Hello,
I am making script report to know how many users enter in the system fixed date
every think is OK, but I need to get the count of the result and put it in read only field in the same report
So the Count field must be 14 here
I make db query to fetch the count of selected users , so Just need to assign it to the count field
Thanks all
Hi @OmarJaber, Well I’m not sure if it will works but you can try this:
“get_query”: function() { “your function here, calling query with the result” }
In .js of your report.
@OmarJaber,
Appending value to filters is not a good solution, But you can append the Total
row to your result while preparing the data.
Thanks,
Makarand
1 Like
I try this , its did’nt work 
@OmarJaber,
can you share your code ?
Thanks,
Makarand
1 Like