Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
durgabhavani
Creator III
Creator III

Help me in displaying latest 10 values in barchart.

Hi All,

Please help me in displaying the latest 10 values in bar chart. please find the sample attachment application and detail description in it

This is higly appreciable. please help me to resolve this.

Thanks,

Durga

23 Replies
amit_saini
Master III
Master III

Durga,

This might help!

Display Latest Data

Thanks,
AS

jsingh71
Partner - Specialist
Partner - Specialist

use Dimension Limit

1.png

settu_periasamy
Master III
Master III

Hi,

you can try the below expression...

=if(GetCurrentField(Date)='DATE',

Count(DISTINCT {<DATE={'>=$(=MAX(DATE,10))'}>}(Customer) & ([Trigger ID])),

Count(DISTINCT {<DATE={'>=$(=Date(max(DATE)-28))'}>}(Customer) & ([Trigger ID])))

durgabhavani
Creator III
Creator III
Author

As, i am unable to implement it in my application. if possible please do it.

Jsingh. i tried that is not working. it is giving result with missing dates.

sasikanth
Master
Master

HI,

Please find the attached application,

please check your month and Week calculations once

durgabhavani
Creator III
Creator III
Author

Hi Settu,

It is not displaying any data in bar chart if i used that expression. can you have a look at my application to try the result.

thanks,

durgabhavani
Creator III
Creator III
Author

Hi Sashikanth,

It is not giving appropriate results. it is showing first values.

my expected output needs to display the latest/recent dates i.e from 12/6/2015 to 3/4/2015 (right to left of barchart).

Please check and advice me.

thanks

sasikanth
Master
Master

HI ,

please find attached

durgabhavani
Creator III
Creator III
Author

Great sasi, it gave idea. But Couple of changes required to apply on that applcation.

1. dates need to display from 3/4/2015 to 12/6/2015.

2. Drill down needs to be cyclic drill down and when i click on cyclic drill down button it needs to go for week and needs to display four/five weeks in that month.

please advice this is very important to my dashboard.

Thanks,

Durga