Hi, everyone. I m new to Phprunner.
My sql:
Select
Sum(sales) as 'Sales',
product,
shop_code
Group by product, shop code
Sales > Series
product > label
shop_code on Filter Panel
I would like to put the shop_code chosen from the Filter Panel on the chart title.
Should I add any code into Editor or Event? Thank you