In a page view, i display Customer information, i would like to add a chart of the volume of order by year for a this customer, i add a chart component, but how can i send the Customer record id as a parameter of the query, i add in the query a WHERE clause with IDCustomer = ? , but I'm not find how can i send the parameter to the query.
I report the same problem, i use version 2.6.9 classic edition , i check the documentation, in single value it's work perfectly, when i use range it's not work, I see parameter of this component and Single filter parameter not appear in component properties of this version.