For more information, please refer to this announcement explaining best practices for getting answers to questions.
Dashboard Prompt Value from Expression
Summary
Dashboard Prompt Value from ExpressionContent
Hi,
We have embeded a BIP report on Fusion page by placing it on a dashboard. We are passing value to its Dashboard Prompt through expression. Prompt keep showing the expression rather than value whereas that expression return value if we place it on some other place.
....<parameter><name>requestVariables['pContentItemId']</name><value>#{bindings.ReferenceItemId.inputValue}</value><operator>in</operator><type>variable</type><dataType>varchar</dataType></parameter>...
The prompt keep on showing the expression "#{bindings.ReferenceItemId.inputValue}" instead of its value OR show blank if we remove Variable Expression value in OTBI Prompt default value.