cancel
Showing results for 
Search instead for 
Did you mean: 

Hi i want to know how we can arrange the prompt order sequence in universe designer

Former Member
0 Kudos

Hi All,

i have created a dynamic prompt in universe designer now in the report level when i am executing the report it is displaying the prompt according to the alphabetical order in my requirement i need to give the end user to enter start date and end date filter options but it is displaying first end date and then startdate.

i know in report level if we create prompt it can be changed by the prompt order sequence in the query properties but i have created filter in universe so can you please help what the syntax i need to use in the universe level.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193452
Active Participant
0 Kudos

You can add additional attributes to the prompt syntax

 

 

@Prompt('message','type',[lov],Mono|Multi,free|constrained|primary_key,persistent|not_persis

tent,[default_values])

Prompt1: @prompt('Enter Start Date','D',,,, user : 0)

Prompt2: @prompt('Enter End Date','D',,,, user : 1)

You can see thse parameters when generating a prompt in Webi,  and can be used in the prompt at the semantic layer, although the syntax may not parse, it should still work.