To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi experts,
I have a date table and my another data table. How do I show data for 10 days excluding holidays? For instance, the report displays data on day 9-19 because day 10 and 11 are holidays.
Many thanks,
KL
Solved! Go to Solution.
Hi @kitti ,
Create another column where you display the dates for which you are having data in the table.
Dates_new= IF(column_name= BLANK(), BLANK(), Dates)
Then use this Dates_new column to get the Top 10 Days.
You can use the Top N filter on the visual.
Hi @kitti ,
Create another column where you display the dates for which you are having data in the table.
Dates_new= IF(column_name= BLANK(), BLANK(), Dates)
Then use this Dates_new column to get the Top 10 Days.
You can use the Top N filter on the visual.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |