Hi, Koolreport team,
I need to export a report.
Actually I use the following line to post the value of a Select2 ("multiple"=>FALSE,)
<input type="hidden" value="<?php echo $this->params["date"]; ?>" name="date" />
But now I need to post the values of a Select2 ("multiple"=>TRUE,)
How do I proceed?