Any idea what the heck I put in the filter field to filter by %username equals? This is killing me.
Has anyone solved this yet? Or is it not actually possible to filter D7 webform reports by the current user?
Seems to limit the usefulness of this module.
Seems like a work around would be to add some PHP processing code to do this filtering for you. Anybody tried this?
I also search a way, to filter by #username. Would be great, if somebody could help.
To filter by the current user, try the following:
Add a filter, select Submitted by User, select Equals, enter [current-user:name] (with the braces) in the filter value field.
yay it has worked, thank you very much.
Comments
Comment #1
bobfries commentedHas anyone solved this yet? Or is it not actually possible to filter D7 webform reports by the current user?
Seems to limit the usefulness of this module.
Comment #2
srossfbt commentedSeems like a work around would be to add some PHP processing code to do this filtering for you. Anybody tried this?
Comment #3
Tesira commentedI also search a way, to filter by #username. Would be great, if somebody could help.
Comment #4
jimbullington commentedTo filter by the current user, try the following:
Add a filter, select Submitted by User, select Equals, enter [current-user:name] (with the braces) in the filter value field.
Comment #5
Tesira commentedyay it has worked, thank you very much.