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

Couple of Trellis (LED) specific questions - Help please

Hi,

I am struggling with the formatting of

a) Trellis chart titles in that they include both dimensions. Is there any way I can just include the 1st dimension in the title?

b) I want to change the colour of the LED to red where less that 4.2. I have tried using the 'Calculated' area of the LED colour using: =if(Sum(RecordCounterRATED*Value)/Sum(RecordCounterRATED)>=4.2,LightGreen(),LightRed())

This doesn't appear work for Trellis and either sets all results to red or all to green.

Any help would be appreciated,

sxs.png

4 Replies
Marcio_Campestrini
Specialist
Specialist

Hi Jim

Can you post a simple qvw to analyse?

Márcio Rodrigo Campestrini
Not applicable
Author

can you possibly post the application or qvw with the same issue?  where are you placing your calcualted color expression?

did you place it in the color tesxt or background of the expression

Marcio_Campestrini
Specialist
Specialist

Hi

Have you solved your problem? If you did, please choose the correct answer and help us to keep community focused.

Márcio Rodrigo Campestrini
Anil_Babu_Samineni

Better approach if you shared the file

=if((Sum(RecordCounterRATED*Value)/Sum(RecordCounterRATED))>=4.2,LightGreen(),LightRed())

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful