New to Qlik Analytics

If you’re new to Qlik Cloud or Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG

Who Me Too'd this solution

lblumenfeld
Partner Ambassador
Partner Ambassador

That is correct. Qlik Sense doesn't apply the background color when the cell is null. Behind the scenes, that 's because it doesn't put anything into that cell. The only work-around I've found is to put a space in the cell when it's null. Then the background color will get applied.

So... If(not IsNull([Your Field]), [Your Field], ' ')

I hope that helps.

View solution in original post

Who Me Too'd this solution