Notifications
Announcements
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.
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); }
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 843 Super User 2025 Season 2
André Arnaud de Cal... 408 Super User 2025 Season 2
Martin Dráb 324 Most Valuable Professional