I am new to BO and want to understand the below scenario.
I have three columns.1) Year 2) Region 3) Amount
Region has three values--> A,B and C. Here C is total of A and B.
In the universe , I have 3 contexts defined: 1) Year and Region-A , 2) Year and Region-B, 3) Year and Region-C
Case1: Now in Webi, when I drag Year and respective regions along with the amount metric, the report will show the amount of the respective regions based on the context defined in the universe.
Ex 1: Year-2019 , Region- A , Amount-50
Ex 2: Year-2019 , Region- B , Amount-100
Ex 3: Year-2019 , Region- C , Amount-150(Sum of Region A and Region B)
Case2 Now when I drag the YEAR and AMOUNT , the amount gets doubled because it groups by all the regions leading to duplication.
Ex : Year- 2019 , Amount-300
So, in order to avoid the duplication I am including a PROMPT in the AMOUNT measure which will ask to enter the REGION value
So,in Case1 ,because of the PROMPT, the context will come into play and also the PROMPT will appear in Webi. I wanted to understand, is there a way to avoid the PROMPT when the attributes are pulled as per Case1 because the context is also already working out there.
Thanks in advance.