Remove filter when clicking the magnifying glass on a reference
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 11:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 06:04 AM
on which table you are testing this.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 08:58 AM
A custom table that I made. This is not a OOB or personal instance. My application is all custom 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 09:24 AM
This State column, what's data type and what value it contains ... seems like this "test" is not a record in that table.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 09:45 AM
Hi @Marc_007 ,
I am sensing two possible causes.Please check of any one of these is causing this :
1)If your reference table as a parent table-Check whether Dictionary override is configured for the parent table to override the display value for the Reference table.(delete the parent dictionary override in this case)
2)Check the Reference table display value -Go to tables and search for your reference table and open it. Under columns include a field called display and check which field is set to display = true.Set it to what you might want the users to filter .
Please mark this response as correct solution/ helpful if it helps you.Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 08:43 AM
Hello and sorry for the way late reply. The table i am using in not extended. instead this table is completely custom. I decided to take a different route. Thank you all for the assistance.