Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
How to limit number of rows in Straight table?
I am using Dimension limit and Max rows (In Presentation tab) but both are not working.
May be you can try with RowNo(). For example if you want to only see first 10 rows, you can do this If(RowNo(TOTAL) < 11, your expression)... Notice that this will show top 10 in the order you already have in your chart
Is the object attached? Does the caption text shows "<Name> (Detached)"?
Thanks Sunny,
I knew this but I have lot of expressions So I have to apply the same in each expression. Don't we have any direct method in Qlikview So that I can apply the same for all.?
Direct method is Dimension limits or calculated dimension, but without more details, I won't know what to do
Yes..It is attached.
I am creating Adhoc report. In which, I want that user can see only 40000 rows, not more than that.
It is not the perfect solution but I sometimes forces the users making more selections to reduce the amount of rows by using the calculation condition on the General sheet in the straight table. If the amount of rows is higher then 400.000 then the message: "Make more selections to reduce the amount of rows " is shown.
How many expressions do you have?
Around 45 expressions