Announcements
Hi
i have added on a new fields on a page among the repeaters and they show up as columns on the table but not in the filters and visible column, neither if i select all.
New fields are custom and not available on page from standard.
thanks in advance for the help
Hi,
Since these are custom fields, they won’t automatically show up in filters or the "Choose Columns" option. To make them available:
1. Make sure the fields are included in the dataset by setting IncludeInDataSet = true; in AL code.
2. Update the Page’s SourceTable View to allow filtering on these fields.
3. Add them to the "Visible Columns" option using the AddColumns() method in AL.
Once done, recompile and publish the extension, and the fields should appear as expected.
Hope this solution might help you to solve your query!
If its a Table Field it should come, variables won't come.
Hello,
I added a few txt fields to a table and added these to a page and they are visible. Maybe you can share a small code sample that can be imported in a standard company / standard database.
Thanks.
André Arnaud de Cal...
293,302
Super User 2025 Season 1
Martin Dráb
232,108
Most Valuable Professional
nmaenpaa
101,156
Moderator