Forum Discussion
URL filter parameter data with specific values in param for page?
- 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,
Hi ibarrau ,
Thank you for your reply.
I don't see the user name at the trace_user table.
-- In the 'traces_user' table there is column name called ' user' available as per the previous thread.
table is not propagating any filter through the data model. Filtering UUID will only change user, id and appid from that table.
-- For this in 'Model View' i have modified the cross filter direction to ' both' for all the mappings(3 tables, 2 relation ship).
Its working now for me , It filters only the application which is mapped to the user column in traces_date table application ids.
Thanks,
Siva
- ibarrau1 year agoSuper User
Hi. I'm glad you work it around with the reply.
Just for future improvements, you can manage the filter direction in the measures to prevent the both for the whole table. You could manipulate the page and make it work for visuals with measures specifing the crossfilter.
Something like this: https://blog.ladataweb.com.ar/post/666756974455799808/dax-crossfilter-y-userelationship
Regards