I have a strange issue.
I have a dropdown selection that is working on my application desktop.
When i'm sharing the application the dropdown does not work on their computer ?( no values to select from)
I have the source for the dropdown a sql server view..
I even it changed it to a sharepoint list...works fine on my machine, but when sharing it does not work ?
Dave
Solved! Go to Solution.
I needed to add the linking field to the "display Fields" property.
Dave
Have you filtered the items of the dropdown. Can you show a screenshot of the items property?
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
@eka24 , yes
Filter('[dbo].[v_nsc_support_type_column_template_v2]',cbo_ComboSearch.Selected.RegionCode = RegionCode )
I needed to add the linking field to the "display Fields" property.
Dave
User | Count |
---|---|
197 | |
105 | |
88 | |
45 | |
43 |
User | Count |
---|---|
245 | |
105 | |
103 | |
65 | |
60 |