I am trying to create variable width columns in Qlikview, to do that i need to create some sort of error column which is calculated from one column.
My Question:
I know you can do this
RANGEsum( above(column(1),0,rowno())) to populate a column with the cummulative frequency from column 1 but instead of sum i would like to subtract. Is there a way?