Hello Guys,
I need to achieve a result in a WebI Report.
I'm currently using section and need to find the next date and time dimension greater than current.
But the evaluation must be performed in all values of the report, not only in current section.
For example:
Header 1 |
---|
Section1
My date and time is: 2016.02.24 14:00:00 Date and time of next section is: 2016.02.24 19:00:00 |
Section1
My date and time is: 2016.02.24 19:00:00 Date and time of next section is: 2016.02.24 23:00:00 |
Section1
My date and time is: 2016.02.24 23:00:00 Date and time of next section is: -- |
I tried to execute something like that:
[date and time dimension] In Report Where([date and time dimension] > [date and time dimension of the section])
Does anyone know how I could use "In Report" and "where" function?
Thanks a lot in advance!!