This topic is locked

Put filtered item on the chart title

2/3/2015 8:33:50 PM
PHPRunner General questions
F
fredlui author

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