Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show only last 3 days data on Barcharts on click of a button

Hi All,

How to show only last 3 days data on charts on click of a button. Here is my sample data

Name  07-Mar  08-Mar    09-Mar  10-Mar

A            1h        2h         1h           3h

B            2h        3h          2h          1h

C            3h        4h         3h           2h

Regards

Krishna

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

Create a variable and set that variable in button action to

var1= Date(Today()-3)

and use this variable in your expression

also create one more button and reset the variable to today's date ..so that you can see all the data

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,

Create a variable and set that variable in button action to

var1= Date(Today()-3)

and use this variable in your expression

also create one more button and reset the variable to today's date ..so that you can see all the data

aveeeeeee7en
Specialist III
Specialist III

Hi Krishna


Kindly, go through the Attachment.

Hope that helps you.


Regards

Av7eN

Not applicable
Author

Hi Avee7en,

Thank you very much..it helped me to alot....

Regards

Krishna