cancel
Showing results for 
Search instead for 
Did you mean: 

how to create start date and end date

former_member214617
Participant
0 Kudos

Hi guys

Need to create start date and end date as prompt in webi report.... how could it be possible please help me ...

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

@Universe:

Go to Condition/Filter:

Definition: Date=@Prompt("Select Start Date",D,,mono/multi,free/constrained,...)

OR @Select(Class\Object Date)=@Prompt("Select Start Date",D,,mono/multi,free/constrained,...)

Parse it & Apply OK.

Class/Object : If you have already object Date in any class already, use them.

Follow the same for End date also.

For both filters/prompts, check Apply on Universe

@Report/Query:

Drag [Date] object to Query filters section and in Operand say Prompt. Change text as Select Start Date & again drag [Date], this time say Select End Date.

Hope it helps you alot.

Gracias...!!