Announcements
No record found.
Hi All,I have a new developed workspace form and on that form I have more than 10 tile buttons, behind every tile there is Query to show the count. I have added many filter controls as well. My Requirement is on modification of highlighted filter control I want to apply filter on only 1 tile highlighted in yellow. Please let me know if such requirement can be possible to implement or share if there is any standard form having such requirement.Or any alternate approach if this can be done on any button click?
Hi Vijay Yelmame,
There is one standard method which is available to set the tile values. Override the getData method on tiles and set the values based on the filter selection.
public TileButtonControlData getData() { TileButtonControlData ret; ret = super(); ret.strTileData(any2str(set the values for the tiles)); return ret; }
Also, on the Refresh button clicked method add the code to refresh form
public void clicked { #Task element.task(#taskRefresh); }
Thanks,
Girish S.
Thanks Girish,
Let me check and get back to you.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 512 Super User 2026 Season 1
Giorgio Bonacorsi 386
Adis 259 Super User 2026 Season 1