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

How can i view the chart in particular date & particular interface

Dear Friends

  I wanna display a chart in particular range of date from 01--04-2015 to 05-04-2015 And display it in a particular interface alone

Already I displayed chart in particular interface by using this expression "sum({$<Column1={'State of Details'}>} Case)" 

now I wanna implement this exp to disp a chart from the above date pls help any one

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

sum({$<Column1={'State of Details'}, Date={">=YourMinDate <=YourMaxDate"}>} Case)

Now, here you have to be careful about the date format; both the Date field format and the comparison dates formats in the set have to be same.

View solution in original post

3 Replies
tresesco
MVP
MVP

Try like:

sum({$<Column1={'State of Details'}, Date={">=YourMinDate <=YourMaxDate"}>} Case)

Now, here you have to be careful about the date format; both the Date field format and the comparison dates formats in the set have to be same.

Not applicable
Author

Am really Thank to Friend.  I got it....

Not applicable
Author

Hi ,

sum({$<Column1={'State of Details'},datefield={'>$(>=01-04-2015 <=05-04-2015)'}>} Case)

Khushboo