Announcements
No record found.
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 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?
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); }
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