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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Giving format to dimension lines

I am building an income statement to Qlikview, an trying to <bold> dimension lines, like Totals. I found this sort of Inline load script to format these lines, but for some reason the formatting doesn't work. What is missing? Do I need to reference "Format" somewhere in the Graph Properties? Thanks for your help.


LOAD * INLINE [
Format,Line,Sequence
,Sales,1
,Adjustments,2
"'<B>'","Sales Total",3
,Direct Costs,4
,Gross Margin %,5
,Personnel Costs,6
,Marketing costs,7
,Other,8
,Fixed Total,9
"'<B>'","EBITDA",10
,EBITDA %,11
,Depreciations,12
"'<B>'",EBIT,13
,EBIT %,14
];


0 Replies