Estoy intentando que el filtro de búsqueda pueda ser usado que múltiples usuarios, pero puedan utilizar el mismo filtro de búsqueda de forma independiente.
Por ejemplo el Ususrio1 y el Usuario2 puedan realizar busquedas diferentes sobre los mismos datos
En el slice de filtro tiene la siguiente condicion
Pero no se donde validar la forma independiente de cada usuario.
Tengo una tabla usuario tambien con email_usuario, por si sirve el dato.
Gracias por la ayuda
Sebas
Could you update what is “FiltradoDashboard” ? Is it a single row table with the various columns that store the values for various filtering requirements of the data table ? You then use those values in the filter expression of the slice?
Since you already have a Users table, you could move the columns from the “FiltradoDashboard” table to the Users table. So you could add columns such as [Desde] , [Hasta] , [Producto] … and [Comprador] to the Users table.
Then you could use the Current User system described in the tip below.