web
You’re offline. This is a read only version of the page.
close
Skip to main content
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)
  • André Arnaud de Calavon Profile Picture
    300,696 Super User 2025 Season 2 on at
    RE: How to Filter Workspace Tiles

    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?

  • SAAD Ahmed Profile Picture
    70 on at
    RE: How to Filter Workspace Tiles

    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);
            }
    

  • b_radlyjames Profile Picture
    3,155 on at
    How to Filter Workspace Tiles
    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.

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

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
Martin Dráb Profile Picture

Martin Dráb 776 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

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

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 402 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans