Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to alternate background row colors on Qlik Sense on both Pivot and Tabular table formats ?
Under the background color expression for a measure, put in this formula:
IF(EVEN(RowNo())=0,Green(),Blue())
You can substitute colors by using Green() = '#2dad88' or some other color code