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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

straight table

Hi

can we foramat the straight table as below

Capture.PNG.png

Thanks@Regards

Panireddy

Labels (1)
6 Replies
chiru_thota
Specialist
Specialist

you can .

Have you tried View --> Design Grid.

If it is dynamic data uses expression/dimension background color property to write formula with RGB you need

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes. Click on the + in front of the dimension on the Dimensions tab of the properties window of the chart. Next select Background Color and click the Edit button. Enter an expression to calculate the color. Something like =if(sum(Value)>=0,color(1), color(2)). For the color of the expression column you do pretty much the same thing on the Expressions tab.


talk is cheap, supply exceeds demand
maxgro
MVP
MVP

1.png

you can set backgroun color of dimensions and expressions

=if(mod(rowno(total),3)=1, red(), green())

Not applicable
Author

Thank you

maxgro
MVP
MVP

If you get the answer, please close this discussion by giving Correct and Helpful answers to the posts which are useful for you.  It helps others in finding answers for similar scenarios.

Joseph_Musekura
Support
Support

Hi

Massimo formula will make it. I tested it and it works

/jo