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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
lichang422
Creator
Creator

How to limit line chart measure value

I made a line chart .

The measure data is date.

But the date data is very long . So it made line chart display not good .

Could i set measure limt by default (like between now to before one day)

Thank you.

未命名.jpg

1 Solution

Accepted Solutions
kaanerisen
Creator III
Creator III

Hi,

For two day period:

Sum({<updatedate={"<=$(=DayEnd(max(updatedate))) >=$(=DayStart(max(date(updatedate)-1)))"}>}value)

Untitled.png !

View solution in original post

1 Reply
kaanerisen
Creator III
Creator III

Hi,

For two day period:

Sum({<updatedate={"<=$(=DayEnd(max(updatedate))) >=$(=DayStart(max(date(updatedate)-1)))"}>}value)

Untitled.png !