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

Notifications

Announcements

Community site session details

Community site session details

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

How to Filter Workspace Tiles

(0) ShareShare
ReportReport
Posted on by 70

Hi ,

I am using this code to filtered workspace tiles ,but unfortunately i am not getting my required result, as in query of tiles there are two table both have Status field ,it is filtering based on parent table i need to filter it based on child table, can any one help how to pass filter value to required datasource table. 

pastedimage1619615021237v1.png

I have the same question (0)
  • b_radlyjames Profile Picture
    3,157 on at
    I know this question is old but I wanted to comment.
     
    It looks like SAAD is trying to use multiple filter on a workspace and then use the SysIFilterProvider interface to propogate those filters to the tiles and form parts.
    I have been looking at doing something similar, however, I don't think it is possible. It appears that the SysIFilterProvider can only handle 1 filter control on the workspace.
    I am getting stuck on the 'parmChangeEvent' method that only allows one 'SysFilterChangeEvent' (which iteself only allows 1 control).
     
    Currently, I don't see anyway around that limitation.
  • SAAD Ahmed Profile Picture
    70 on at

    pastedimage1619676747235v1.png

    Hi,

    Thanks for your response, This is my customized workspace i want to apply filter working on Statement Past Due Tiles . Currently filters are applying their parent datasource of query ,i need to apply it in its Child datasource.

    public SysIFilter parmFilter()
        {
            var filter = SysFilterFactory::createEmptyFilter();
           
            if (element.parmLicenseeID() != '')
            {
                SysIFilterValue liscenseeIdFilter = SysFilterValueFactory::createFilterValueForString(element.parmLicenseeID(), extendedTypeNum(uerLicenseeID));
                filter.addItem(liscenseeIdFilter, SysFilterOperator::Equal, SysFilterValueResolutionMethod::None);
    
            }
    
            if (element.parmLicenseStatus() != '')
            {
                SysIFilterValue statusFilter = SysFilterValueFactory::createFilterValueForString(element.parmLicenseStatus(), extendedTypeNum(uerStatusCode));
                filter.addItem(statusFilter, SysFilterOperator::Equal, SysFilterValueResolutionMethod::None);
            }
    

  • André Arnaud de Calavon Profile Picture
    301,714 Super User 2025 Season 2 on at

    Hi Saad,

    Can you explain functionally what you want to achieve for what tiles on what workspace? Are you trying to change out of the box tiles or is this related to own customizations?

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

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 843 Super User 2025 Season 2

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 408 Super User 2025 Season 2

#3
Martin Dráb Profile Picture

Martin Dráb 324 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans