Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am new to qlikview,When i am using the following expression on my straight table expression
RangeSum(Above(TOTAL Column(1) - Column(2),0,NoOfRows(TOTAL)))
I am getting an error like the image below and qlikview hangs, i have to close it and reopen.
Can anyone please help me in solving this issue.
Hi, breakdown your expression in steps and check where it's going wrong, what is your data size and RAM ?
How big is your data set?
Did you try to use less data?
Are you connecting to many sources?
Hi Navdeep,
Thanks for the reply. I have taken the data from database and stored it in qvd. Now from QVD I am using the data. And my RAM is 6GB.
Hi Robert,
Thanks for the reply. If you don't mind can you please tell me how to check the data set size. If you mean the qvd size then my all qvd size is 2.3MB only.
No am not connecting to many sources. If its because of RAM, then I have checked in my task manager under performance it is using only 2GB RAM, and my RAM size is 6GB.
Hi, try this one
RangeSum(Above((Sum(Col1)-Sum(Col2)),0,RowNo())) / (Sum(total Col1)-Sum(total Col2))
Try kumar expression and if the file will still not responding attached it here so we can look at it.
Hi,
I have tried that expression but now the qlikview is not hanging but I am not getting any value only blank rows are there no value.
Hi Millin ,
try to reduce u r data using where condition (like Book Date >20150101/City='Delhi')and then load .
if u get the result then it is data issue or else attach u r document we will help to u