![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I want to include some dynamic dropdown lists in my application using related records from several tables... (Using 8.5 advanced on Win btw) For this I have created a calculated field in the parent table wich creates the dropdown list by using several 'list' commands and by adding some other fields too. Then I created a relationship between the parent table id and the id of a 2nd entity of the same table to be able to create a value-list using 'related values only'. This works like a charm but since the dropdown list is based on a calculated field I get the warning (while defining) that the list is based on a calculated field and can therefor not be indexed. Will this cause problems somewere down the line? (like when on different platforms, runtime etc.) Are there better solutions to this problem? Thanks, Sargasso |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi, I want to include some dynamic dropdown lists in my application using related records from several tables... (Using 8.5 advanced on Win btw) For this I have created a calculated field in the parent table wich creates the dropdown list by using several 'list' commands and by adding some other fields too. Then I created a relationship between the parent table id and the id of a 2nd entity of the same table to be able to create a value-list using 'related values only'. This works like a charm but since the dropdown list is based on a calculated field I get the warning (while defining) that the list is based on a calculated field and can therefor not be indexed. Will this cause problems somewere down the line? (like when on different platforms, runtime etc.) Are there better solutions to this problem? |
#5
| |||
| |||
|
|
The parent side of a Relationship can be a Calculation since it doesn't need to be indexed. The child side can NOT be a Calculation since it does need to be indexed. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |

#6
| |||
| |||
|
|
The parent side of a Relationship can be a Calculation since it doesn't need to be indexed. The child side can NOT be a Calculation since it does need to be indexed. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |

#7
| |||
| |||
|
|
The parent side of a Relationship can be a Calculation since it doesn't need to be indexed. The child side can NOT be a Calculation since it does need to be indexed. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) No relationships are made to the calculated field in this case. The field is only used to combined the results of the list commands. but thanks ![]() Sargasso |
\![]() |
| Thread Tools | |
| Display Modes | |
| |