Hello,
I currently have two tables like this :
Table 1 : Number of problems by month
MONTH | NUMBER OF PROBLEME
January | 3
February | 5
Table 2 : Details of problem
PROBLEM NUMBER | DESCRIPTION OF THE PROBLEM | MONTH | SOLVED BY...
10A105C | Problem with printer | February | Toto
...
I would like to display these two tables in a dashboard and, when the user click on the number 3 for January in the table 1, then the table 2 displays only the problems of January.
For now, there is not the possibility to click on the numbers of the table 1...
Someone could help me please?
Thanks
Solved! Go to Solution.
Hi @FI_Smile,
>>It is not possible to filter thanks to a table ?
Current table visual not support interactions for other visuals.
Regards,
Xiaoxin Sheng
Turn your first table into a bar or column chart and then when they click on the bar/column for January, which shows a value of 3, it will filter your second table.
Hello,
Thanks for your anwser. The problem is the user want a table, not a chart... It is not possible to filter thanks to a table ?
Thank you
Hi @FI_Smile,
>>It is not possible to filter thanks to a table ?
Current table visual not support interactions for other visuals.
Regards,
Xiaoxin Sheng
Okay.... Thank you for your answer !