Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to make a daily report that has a lot of tables with repeated headers. This is taking a lot of space, which is not enough to all data to be shown.
So, the question: how can I show a header-less table in a Qlik Cloud application.
Now I have:
Type M1 M2 M3
A. 1.2. 2.2 3.3
B. 2.1 2.2 3.1
Shift. M1 M2 M3
1. 5. 2 3
2. 1 2 2
And I need
M1 M2 M3
Type A 1.2. 2.2 3.3
B 2.1 2.2 3.1
Shift. 1. 5. 2 3
2. 1 2 2
I appreciate any help.
I suggest you to use crosstable function to traslate first column into a line.
if you want I can send you an example applied to your tables, but the documentation seems very clear.
Let me know if you need any help, thank you.
Hi, @Paulo_IntelFab Where are you trying to show this? In a UI Straight table? Tabular Reporting?
I created a sheet that will be used in a daily report (exporting data to pdf). I have 10 different tables and some KPIs to be put in a single page, that's why I need to hide the headers of tables.
I suggest you to use crosstable function to traslate first column into a line.
if you want I can send you an example applied to your tables, but the documentation seems very clear.
Let me know if you need any help, thank you.
@gomeri Thanks for helping.
I'll have some fun with this crosstable function, which I didn't know.
In advance, thanks a lot.