Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
nevilledhamsiri
Specialist
Specialist

How to give Back ground colour on a specific item

Dear All,

By using  CTRL+G, I tried to give a back ground colour on account code 80670, but what happen is, entire list of account codes get coloured instead. Is there a way forward to make it coloured?

Also is there a possibility of adding an extra column with no dimension in order to make the table clear. As per the attachment , can an extra column be added between motor & non motor expense

Thanks

Neville

1 Solution

Accepted Solutions
andrey_krylov
Specialist
Specialist

Yes, in chart properties - Used Dimensions - Background Color  add expression

=If(ACCOUNT_CODE = '80670' and  Dimensionality() <> 0, LightGreen(), White())

but for clear column maybe to add a calculated dimension

=''

View solution in original post

4 Replies
andrey_krylov
Specialist
Specialist

Hi, maybe this...

nevilledhamsiri
Specialist
Specialist
Author

Mine is a personnel edition. Could you please sow it on the body of the reply

andrey_krylov
Specialist
Specialist

Yes, in chart properties - Used Dimensions - Background Color  add expression

=If(ACCOUNT_CODE = '80670' and  Dimensionality() <> 0, LightGreen(), White())

but for clear column maybe to add a calculated dimension

=''

nevilledhamsiri
Specialist
Specialist
Author

Thanks a lot Andrey. This is fine.

Good luck

Neville