How do I use variable prompts in Obiee?

How do I use variable prompts in Obiee?

When setting up a variable prompt, you can decide what the data-type will be. Creation of a variable prompt that can be done in a dashboard prompt. Customization can be applied to what is actually prompted, the type of prompt for user input, and the data type of the stored variable.

How do I create a variable prompt in Obiee 12c?

First Add a dashboard prompt, there select the “Variable Prompt” from drop down list. This will open below window. In this we can fill the variable name, Label and click on Option to see all other options. We filled “v_producttype” in the Presentation Variable name.

What is presentation variables in Obiee 11g?

A Presentation Variable is a variable which can be created as part of creation of dashboard prompts. Dashboard prompts must be either Column Prompt or Variable Prompt.

What is request variable in Obiee 11g?

Request Variable in OBIEE A request variable is a variable that is used to temporarily override the value of a session variable. The request variables can be defined in two places of Presentation Services, as my knowledge.

What is Presentation variables in Obiee 11g?

What is a presentation variable in Obiee?

What is Session variable in Obiee?

A session variable is a variable that is initialized at login time for each user. Session variables are created during the creation of session. i.e. as soon as a user logs into the BI server.

What is the purpose of request variable?

The $_REQUEST variable is used to read the data from the submitted HTML form. Sample code: Here, the $_REQUEST variable is used to read the submitted form field with the name ‘username’. If the form is submitted without any value, then it will print as “Name is empty”, otherwise it will print the submitted value.

What is request variable?

Request variables store data about the processing of one page request. Request variables store data in a structure that can be passed to nested tags, such as custom tags, and processed once.