Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
raghavsurya
Partner - Specialist
Partner - Specialist

restrict rows in straight table

Hi,

I want to restrict the number of rows based to 3 on EBITDA values.  I am using this expression to get EBITDA value

Sum({<FY={$(=Max(FY))},GPLParticulars={'EBITDA'},DateID={$(=Max(DateID))}>}PLActual)

can somebody suggest how I can do it.

Regards,

Raghav

18 Replies
raghavsurya
Partner - Specialist
Partner - Specialist
Author

hi,

Can you suggest if there is a way to populate the bottom 3 cities as well in a straight table and any option to show top and bottom 3 by click of a button.

Regards,

Raghav

raghavsurya
Partner - Specialist
Partner - Specialist
Author

hi,

thanks for your file. Is there a way to change the sort order from descending to ascending by click of a button.

Regards,

Raghav

tresesco
MVP
MVP

Yes, put a negative sign, before sum(). And mark the 'correct answer' correctly the correct one please.

marchoctober
Creator
Creator

Yes. Double click on the appropriate expresion. And user can freely also move the expressions.

marchoctober
Creator
Creator

As for a button, it is makes no sense as it by default integrated in straight table. It could take lots of time to do that by button to you.

marchoctober
Creator
Creator

Do you need only a button?

raghavsurya
Partner - Specialist
Partner - Specialist
Author

Thanks a lot for your valuable suggestion

Not applicable

Supress When Value is Null"

Anonymous
Not applicable

Hi Raghvendra,

You can easily show the top and below amount according to the dimension in straight table bcz in straight table the Dimension limit Tab is available .The problem is occuring when we use the pivot table then in that case we use the aggr() function or calculated dimension..