Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
NenadV
Creator II
Creator II

Is it possible to create such a table in Qlik Sense?

this is a screenshot from QikViewthis is a screenshot from QikView

Labels (1)
4 Replies
martinpohl
Partner - Master
Partner - Master

Yes, you can.

You can set background color or font color in each column

Regards

NenadV
Creator II
Creator II
Author

and the total line with colors?

anat
Master
Master

=if(DImensionality() = 0, green(), white())

or try using css script like below

.qv-st-header .qv-st-total-cell {
border-bottom: 1px solid #a6a6a6;
background: blueviolet;
}

NenadV
Creator II
Creator II
Author

too complicated