Jump to content

Recommended Posts

Posted (edited)

I MADE 2 LAYOUTS

MY IMAGES AND MY IMAGES SEARCH

1 - FORM VIEW TO ENTER DATA

WITH CATEGORY AND INFO FIELD

2 - LIST VIEW TO SEARCH 

WHEN I CLICK CATEGORY EXAMPLE DE WINTER  IT SHOWING ALL THE NAMES IN THE DROP DOWN I WANT DROP DOWN TO SHOW ONLY VALUES OF THAT CATEGORY PLEASE HELP ME ?????????

 

 

AMI.fmp12

Edited by Gopala Krishnam Raju Ambati
TYPO ERROR
Posted (edited)

1. Your file cannot be currently downloaded because of a forum bug:
https://fmforums.com/topic/110829-downloading-files-bug

2. What you are looking for is a 'conditional value list'. There are many examples of this you can find here* or elsewhere on the Web.

3. Please fix your keyboard. All caps text is hard to read (and it is considered shouting, which is rude).

---
(*) Though again, you won't be able to download them ATM, only read a description of the method.

Edited by comment
Posted
1 hour ago, comment said:

From https://wormhole.app/yEJL8K#YOn_JH7tzqPN3sLaz0iVgQ:

Try to explain the problem in words.

 

i made 2 layouts using same table

my images and my images search

1 - form view to enter data

with category and info field

2 - list view to search 

when i click category example de winter  it showing all the names in the drop down i want drop down to show only values of that category please help me ?????????

 

Posted

I do not fully understand your description. I think you want the value list to contain only values from records in the same category, but I don't know from which field. The general process would be:

Define a self-join of the Images table as:

Images::Category = Images 2::Category

Define the value list to use values from Somefield (?) in Images 2, include only related values starting from Images.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.