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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Status Box!

DateA end countB end countC end count
9/28/201614317228
9/28/201612717337
9/29/201612021941
9/30/201624521920
10/3/20167522020
10/4/201602230

Hi!!

this is the same data for my question.this is a task tracker. and work comes into my tasktracker as i am working. so I just log the number of tasks that I have on my queue at the end of the day. so that the next day, i can start with something that has most volume in the task tracker.

what i want to do is make a small box that contains the most recently logged end count for the three jobs.

so today is 5th Oct and I did not log any anything. but the most recent task tracker log says that i have 0 task for project A 223 tasks for project B 0 tasks for project C

I want them to float in a box with caption name project A and contents with larger sized numbers.

Please help!!

Thank you in advance!!

13 Replies
sunny_talwar

Updated sample

Capture.PNG

Not applicable
Author

Hi Sunny, there are multiple tables in my dashboard and each have different Date name.

for this, it is Project.Date

='Project A' & Chr(10) & Sum({<Project.Date= {"$(=Date(Max(Project.Date), 'M/D/YYYY'))"}>} [A end count])

do you think this is correct?  I am trying out few things, not working yet.

and can I remove Chr()?? what does it do??

sunny_talwar

Expression looks good to me. Chr(10) just pushes the number to the next row

Not applicable
Author

It is working!!! thank you so much Sunny!!!!!