Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I change the format of a row in a table once it meets a certain criteria?

What is the correct defenition to use if i want a certin row which meets a criteria eg:

if(Space <> 's', Sum ({<GlYear = {$(=Max(GlYear)-1)}>} BeginYearBalance)/1000,Sum ({<GlYear = {$(=Max(GlYear)-1)}>} BeginYearBalance )/1000)

I want the result of the formula to show as bold if space=s and also the background to be grey.

1 Solution

Accepted Solutions
danielrozental
Master II
Master II

You need to use the auxiliar expressions (not sure what the term is please see the image).

img9.png

In the background color expression try something like if(Space = 'S',lightblue(), white())

In the text format expression try if(Space = 'S','<B>')

View solution in original post

1 Reply
danielrozental
Master II
Master II

You need to use the auxiliar expressions (not sure what the term is please see the image).

img9.png

In the background color expression try something like if(Space = 'S',lightblue(), white())

In the text format expression try if(Space = 'S','<B>')