Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I want to add a background color expression in a table here are the conditions:
and this is what I put:
for the first condition:
IF(date([contracting_signature.Termination Date],'M/D/YYYY') <= date(12/01/3000, 'M/D/YYYY'),'#CCCCCC')
for the second condition :
IF(date([contracting_signature.Initial period end Date])='-' or year([contracting_signature.Initial period end Date])> YEAR(Today()) or [contracting_signature.Initial period end Date]='','#FF0000')
use a valid colour code like RGB() ARGB(),HSL() or Qlik Colour codes like Black(), Red() etc...