Forum Discussion

ssspk's avatar
ssspk
Helper III
1 year ago
Solved

URL filter parameter data with specific values in param for page?

Hello Team,   I have to filter the application name in the screen based on the url param filter with user 'UUID' value of the each individual user, when accesing the url in the browser, Application...
  • ibarrau's avatar
    1 year ago

    Hi. Make sure the filter is working putting your mouse over the head icon of a visual and check its filters. I would check because I don't see the user name at the trace_user table and the table is not propagating any filter through the data model. Filtering UUID will only change user, id and appid from that table. Nothing else.

    The URL built for this looks right. I would only considering using operator "eq" instead of "in" if the value to check is only one. Try that change for eq and check the data model. 

    I hope that helps,