Hello,
Thanks for wonderful module. I am just wondering is there any way to save parameter value based on current user in short log parameters.

My use case:
I am using this module to display my MS SQL database content in a table format (FrxTable) report and all website users has search capability by using parameter features.

I have achieved above use case by using one simple select query with where clause, parameter as value.

My Requirement:
I want to create log of all parameters user fire on report with their uid. I tired adding one insert query to log this info but this query id getting fired every time report save, edit and twice on submit.

Does anyone already achieved this? if yes, then please provide me steps or info.

Thanks

Comments

abarpetia created an issue. See original summary.

metzlerd’s picture

This is not achievable wihtout writing your own custom module. If you are up to that, you can implement hook_forena_parameters_alter to execute your own code each time any forena report runs.

abarpetia’s picture

Status: Active » Fixed

@metzlerd: Thanks for the hook info.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.