Ryan Peters
07/16/2025, 6:11 PMJulius Kos
07/16/2025, 6:39 PMRyan Peters
07/16/2025, 6:42 PMJulius Kos
07/16/2025, 6:45 PMJulius Kos
07/16/2025, 6:45 PMRyan Peters
07/16/2025, 6:46 PMJulius Kos
07/16/2025, 6:48 PMRyan Peters
07/16/2025, 6:49 PMwdf__tenant_id
= <TENANT_ID> as identified by the login into our web based portal. So we want to be able to filter on that. It won't be in a workspace where the wdf__tenant_id = <TENANT_ID>
Julius Kos
07/16/2025, 6:50 PMJulius Kos
07/16/2025, 6:51 PMRyan Peters
07/16/2025, 6:51 PMJulius Kos
07/16/2025, 6:53 PMJulius Kos
07/16/2025, 6:55 PMJulius Kos
07/16/2025, 6:56 PMRyan Peters
07/16/2025, 6:57 PMRyan Peters
07/16/2025, 6:57 PMwdf__tenant_id = abc123
unique, and UUID. Then we want to have that passed into a core dashboard in our parent space that would pass the wdf__tenant_id
as a filter to the dashboard.Julius Kos
07/16/2025, 7:20 PMwdf__tenant_id
.
• WDFs only control what data is visible in child workspaces.
• No actual filtering happens in the parent workspace, even if the WDF is defined there.
So if you're embedding a dashboard from the parent workspace and want it to be dynamically filtered per viewer, you'll need to use UDFs instead of WDFs.