I have a Submission DataPage with the following setup:
s_Stock = AutoComplete field that gets value from View A (view of Table A).
Multiple Cascading Text Fields that use the s_Stock field as the parent field to then pull cascading values from Table A.
The setup for the Cascading Text Fields:
Parent Field = s_Stock
Lookup Table = Table A
Filter cascade by = stock_number
The issue is that the Cascading Text Fields will sometimes pull in the wrong information. For example I have stock numbers 46207 and 46207C in my view. Here are my values in Table A:
When I type 46207C, the Make field pulls in the "brand" field from Table A which should be the "NORTH TRAIL" value. However, what actually populated is the "CHEROKEE" value (the value for Stock 46207).
It seems as though the filter aspect of the Cascading Text Field isn't taking into account the full value but instead the shorter value with same partial characters. Any ideas?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ChristianM
Hi All,
I have a Submission DataPage with the following setup:
s_Stock = AutoComplete field that gets value from View A (view of Table A).
Multiple Cascading Text Fields that use the s_Stock field as the parent field to then pull cascading values from Table A.
The setup for the Cascading Text Fields:
Parent Field = s_Stock
Lookup Table = Table A
Filter cascade by = stock_number
The issue is that the Cascading Text Fields will sometimes pull in the wrong information. For example I have stock numbers 46207 and 46207C in my view. Here are my values in Table A:
When I type 46207C, the Make field pulls in the "brand" field from Table A which should be the "NORTH TRAIL" value. However, what actually populated is the "CHEROKEE" value (the value for Stock 46207).
It seems as though the filter aspect of the Cascading Text Field isn't taking into account the full value but instead the shorter value with same partial characters. Any ideas?
Thanks!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.