While creating bar graph. In attributes section, I have an option to Show Tooltip using button where I have option to show three type of data
Show Series Name, Show Group Name, Show Value
While I want to show some extra information which is available in my source query column. How can I add this information.
Example. I have a I have four column data in my query to show the liquidation percentage of stock. (SKU, PurchaseQty, SoldQty, SoldQty/PurchaseQty as Liq_per)
In graph column mapping SKU in Label and Liq_per as Value.
Want to show all available information in Tooltip (SKU, PurchaseQty, SoldQty and Liq_per)
Please suggest.