Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need colour for single field and row in expression

Hi,

My requirement is to give the colour for only one field in dimension and with their related expression.

can anyone know about this thing pls let me know.

regards,

ba

1 Solution

Accepted Solutions
jvitantonio
Luminary Alumni
Luminary Alumni

Well, you need to change the condition in the IF statement. For example:

IF(Dimension='member1' or Dimension='member2', Red())

View solution in original post

9 Replies
jvitantonio
Luminary Alumni
Luminary Alumni

hI,

Go to the Dimensions Tab, expand the dimension you want to color out, double click on Backgourp Color and write and if statement:

IF(YourDimension='YourValue', RED())

Then go to the expresion tab, select Backgroup color for the formula you want to color out, and paste the same formula as above.

Not applicable
Author

Hello Qlikuser14,

Thanks for ur reply,can u pls explain me in detail i am new to qlikview.sorry for trouble.

thanks a lot

ba

SunilChauhan
Champion
Champion

go to dimension-> click on + sign befor dimension you want to color

background-> =Red()

hope this helps

Sunil Chauhan
jvitantonio
Luminary Alumni
Luminary Alumni

Check out this application and follow the instructions above.

Not applicable
Author

hi

thanks for ur reply,its not working.ia any other way to do this...

regards,

ba

jvitantonio
Luminary Alumni
Luminary Alumni

Barul IT IS working as shown in the application. If this is not what you need the you should be more specific with what you need and give a real example of your situation.

Not applicable
Author

Hi Qlikuser14,

I am sorry for trouble again,it is working.fine but i want to displaythe same colour for another field,it is also same dimension.when i am trying this but it is displaying white colour.

you have any idea about this.

regards,

ba

jvitantonio
Luminary Alumni
Luminary Alumni

Well, you need to change the condition in the IF statement. For example:

IF(Dimension='member1' or Dimension='member2', Red())

Not applicable
Author

Thankyou very much qlikuser14, it is working insted of 'or' i am taking 'and'.

regards, ba