Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Cyril3131
Contributor II
Contributor II

Limit

Hello everyone,

I have a simple table. I just want to display only 3 rows (in order by date).

I didn't find a display limit... Someone can help me ?

screen.png

 

2 Solutions

Accepted Solutions
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @Cyril3131 !

      To limit lines of a dimension, you have to put a measure in you table.

You can substitute the dimension "Planned Start" to a measure Max(Planned Start).  Change the format field to Date.

After put the measure, you be able to limit the lines in the dimension "Name" proprierties like image below:

joaopaulo_delco_0-1628274910475.png

If you don't wanna use the Max() expression, you can use Only().

 

 

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

joaopaulo_delco
Partner - Creator III
Partner - Creator III

@Cyril , you have to define this on limit configuration. 

You choose "Superior" or "Inferior" like below:

joaopaulo_delco_0-1628598564429.png

 

It's not possible to change the sort on column and apply the limits.

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

5 Replies
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @Cyril3131 !

      To limit lines of a dimension, you have to put a measure in you table.

You can substitute the dimension "Planned Start" to a measure Max(Planned Start).  Change the format field to Date.

After put the measure, you be able to limit the lines in the dimension "Name" proprierties like image below:

joaopaulo_delco_0-1628274910475.png

If you don't wanna use the Max() expression, you can use Only().

 

 

Help users find answers! Don't forget to mark a solution that worked for you!
Cyril3131
Contributor II
Contributor II
Author

Hi  @joaopaulo_delco,

Thanks for the reply, it works, but it's strange, I don't know why, but when I sort on the date (ascending), I don't have the first dates of the top 5, but 5 dates in 2022.

Do you know what happened?

joaopaulo_delco
Partner - Creator III
Partner - Creator III

@Cyril , you have to define this on limit configuration. 

You choose "Superior" or "Inferior" like below:

joaopaulo_delco_0-1628598564429.png

 

It's not possible to change the sort on column and apply the limits.

Help users find answers! Don't forget to mark a solution that worked for you!
Cyril3131
Contributor II
Contributor II
Author

Thanks @joaopaulo_delco , I understand how it works now 🙂 

joaopaulo_delco
Partner - Creator III
Partner - Creator III

@Cyril3131Please mark the post as solved if the tip has solved your problem.

Help users find answers! Don't forget to mark a solution that worked for you!