Hi Experts,
We have a Webi report with fields like State, town, party name and party code using .UNV on top of Bex query, now customer came back and requesting some changes for the report like below
In some scenarios need to divide the state values based on city values for Ex - AP1(State) - Hyderabad, Secunderabad, Karimnagar, Nalgonda.. etc..
AP2(State) - Vijayawada, Rajamundary, Kurnool...etc.
In some scenarios need to merge the state values based on state values for Ex - Punjab + Jharkand = P+J
In future their might be changes come for the report that time they need to change the AP1 towns into AP2 or AP3, and merging one more state into P+J
We are using the BW datasource for the current report, for modifying state & town values we need to prepare the data in Excel.
Can any one suggest me best practice for this requirement? creating a universe on top of Excel source and creating one more query in report and merging the values in report based on state, town, party name, party code
or
creating a logic using variables in Webi report directly.