Hi Experts:
Here is the requirement i am working on in IDT and Webi 4.0
I need to Create a Prompt “Exclude Product” with values “Yes” or “NO” option
If user chooses ‘No’ for the above prompt, then display report with 0% in Quantity Split% as shown below in the sample report with data.
This is my original format of the report. No changes to the original format when user selected " NO".
Column A | Column B | Product Family | FY16Q1 | FY16Q2 | FY16Q3 | FY16Q4 | FY17Q1 | FY17Q2 | FY17Q3 |
ABC | X | 1561 | 65% | 70% | 34% | 66.99% | 33% | 66% | 78% |
ABC | Y | 1561 | 35% | 30% | 66% | 33.11% | 67% | 34% | 22% |
ABC | X | 1562 | 0% | 30% | 55% | 0% | 0% | 0% | 0% |
ABC | Y | 1562 | 0% | 70% | 45% | 0% | 0% | 0% | 0% |
If user chooses ‘Yes’ for the above prompt, then display report without product familes whose % is 0 in past 4 qtrs.
In this case, Product 1562 should not be displayed in the Webi Report.Because, for past 4 quarters, there is not Quantity shipped.
Column A | Column B | Product Family | FY16Q1 | FY16Q2 | FY16Q3 | FY16Q4 | FY17Q1 | FY17Q2 | FY17Q3 |
ABC | X | 1561 | 65% | 70% | 34% |
| 33% | 66% | 78% |
ABC | Y | 1561 | 35% | 30% | 66% |
| 67% | 34% | 22% |
But the issue is, there is not database column Product with YES or NO values.
Please advise, how to give a prompt dynamically and exclude the data where there is no quantity shipped for past 4 quarters.