web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Is there any way available to filter only few Tiles in on workspace form

(0) ShareShare
ReportReport
Posted on by 487

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?

pastedimage1672056833249v1.png

I have the same question (0)
  • Verified answer
    GirishS Profile Picture
    27,833 Moderator on at

    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.

  • Vijay Yelmame VY Profile Picture
    487 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 512 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 386

#3
Adis Profile Picture

Adis 259 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans