Filter data in a view

Hello I am creating a Human Resources app, I'm trying to add a chart to one of my views and for that added an action linked to a different view. That view is linked to a table but I need a query to filter the data using because I want to show the data for only a specific person and no the whole table. I was trying to make it in showif but I am not sure how to do it. Any ideas of how I am able to make it.

Thanks

0 1 58
1 REPLY 1

If you only want THAT particular view to be filtered by user, then you will want to use a Slice to filter the rows and then change the view to use the Slice as its datasource.

On the other hand, if you wish that table to be filtered for the logged in user in ALL views on that table and all other areas within the app, then it is better to apply a Security Filter to the table.  A Security Filter will download to the device only the rows for that user.  This is more secure and more efficient.

Security Filters

 

Top Labels in this Space