Table of Contents

OBIEE - How to constraint the values of a dashboard prompt based on the selection of an other ?

About

What means the constraint check box in a dashboard prompt ?

Constrained columns will be constrained by all other columns in the prompt. For example, if the prompt contains columns Year, Region, and District, and Constrain is checked for District, the values shown in District will be limited by the values entered in Region and Year.

Steps

How to

Obiee Prompt Constrain

The result

Obiee Prompt Constrain Result

Log

Then in the session manager, you can see that three OBIEE logical Sql are fired :

SELECT Products."Prod Category" FROM SH ORDER BY 1 
SELECT Products."Prod Subcategory" FROM SH ORDER BY 1
SELECT Products."Prod Subcategory" FROM SH WHERE Products."Prod Category" = 'Electronics' ORDER BY 1