Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am newbie in qlikview. I want to calculate number of rows. I uploaded my 4 csv files through Table files. I am unable to calculate actual number of rows in straight table chart.
count(Field1)
Field1 would be the field that identify each row (Unique ID)
add a simple expression= count(Field), if you want unique values then count(DISTINCT Field)
count(Field1)
Field1 would be the field that identify each row (Unique ID)
Perhaps something like sum(aggr(1, Dim1, Dim2, ... , DimN)) where Dim1, Dim2 etc are the dimensions you use in your straight table.
Hi there,
where do you want to see the number of rows displayed?
Andy
Hi
In the straight table properties under expression tab add a new expression
count(csv file field name)
to get only unique values count(DISTINCT(csv file field name))
Thanks!
There's a few different options in the attached file
Andy
Thanks for quick reply, problem solved. All replies are very useful for me. Once again thank you very much all of you !. You all are the masters of Qlikview
Oke thanks! But when I would sort on value, is that possible?