Hi,
I'm using OBiee12.2.1.4.0. I've a requirement to create a bar graph view with toggled functionality.
Below are the columns in my subject area:
Items, Price, Amount_paid, Balance
I've to create a toggle to switch between 'Price' & 'Balance'.
- If toggled to 'Balance', show bar graph view with top items(x-axis) with greatest outstanding Balance(y-axis).
- If toggled to 'Price', show top items with greatest price(y-axis)
Any suggestion or direction on how to proceed on this will be really appreciated.