Page selecting on summary report (v2022)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
iggabz
User
Posts: 73

Page selecting on summary report (v2022)

Post by iggabz »

Good day,

I got this functions working on crosstab report

function Page_Selecting(&$filter)
{
// Enter your code here
}

but when making a chart, filter function is not working.

how can i add page selecting function to work with charts?


arbei
User
Posts: 9355

Post by arbei »

You may post your chart settings (so other users can try to reproduce) and code for discussion.


iggabz
User
Posts: 73

Post by iggabz »

I am using the default settings on chart


Post Reply