Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9564

Re: How to hide table in bo based on userresponse selection

$
0
0

Let me simulate a similar scenario.

 

I am creating a report on eFashion universe. I have 2 blocks: Sales by States and Sales by Product. I have two optional prompt on States and Products.

  • When States prompt is answered, we want to show sales by states.
  • When Product prompt is answered, we need to show sales by Product.
  • When no prompt is answered, we need to show nothing.
  • When all prompts are answered, we need to show sales by states.

 

For state wise sales chart, provide the hiding condition as

=Not(IsPromptAnswered("State"))

 

For product wise sales chart, provide the hiding condition as

=Not(IsPromptAnswered("Product")) Or IsPromptAnswered("State")


Viewing all articles
Browse latest Browse all 9564

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>