on 2018 May 01 4:16 PM
Hi ,
I would like to restrict by default to last seven days data based on created date feild in webi report . we don’t have universe access. webi report by default to certain period (max(created date) to last 7 days etc) .
create Show/Hide variable as:
=if([CreatedDate] between (RelativeDate(Max([CreatedDate]) in report;-7);Max([CreatedDate]) in report ) then "Show" else "Hide"
Filter on Show/Hide variable where equal to Show.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Amit.
Thanks for giving for response. But in my scenario last seven days only restrict like 05/02/2018 08:10:55 PM to 04/25/2018 12:00:00 AM
In above function i used the data showing is 05/02/2018 08:10:55 PM to 04/24/2018 08:10:55 PM
please suggest me any alternate solution include timestamp control also
HI Amit,
Thanks! i got the solutions
Hi,
Try this:
=RelativeDate(Max([CreatedDate]);-7)
Thanks,
Jothi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.