Filter down a graph on a report from a combobox

gojets1721

Registered User.
Local time
Yesterday, 22:19
Joined
Jun 11, 2019
Messages
430
I have a report which has a line graph of complaints by month.

I was wondering if its possible to have a combobox on that report that allows the user to select a certain complaint type and then the graph filters the data down to that selection in real time.

If its possible and anyone has any suggestions or guides on how to do so, that would be great.
 
Reports are not intended to be interactive. I just tested a combobox on a report - it shows as a textbox. Therefore, it is not possible to have combobox on report and select value.

Build a form for user interaction.
 
Last edited:
Reports are not intended to be interactive. I just tested a combobox on a report - it shows as a textbox. Therefore, it is not possible to have combobox on report and select value.

Build a form for user interaction.
Gotcha. Any suggestions on a guide? I'm striking out on trying to find a walkthrough specifically for graphs
 
I do not have a comprehensive resource. Just what I learned here and there on web.
 

Users who are viewing this thread

Back
Top Bottom