This topic is locked
[SOLVED]

 Limit the amount of items in a column chart.

5/8/2017 10:39:43 AM
PHPRunner General questions
johnnlenon author

Hey there,

how to limit the amount of items in a column chart?

johnnlenon author 5/22/2017

Just add

$strOrderBy="limit = 5";


BeforeSQLQuery event and you´re done.