Any idea what the heck I put in the filter field to filter by %username equals?
This is killing me.

Comments

bobfries’s picture

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.

srossfbt’s picture

Seems like a work around would be to add some PHP processing code to do this filtering for you. Anybody tried this?

Tesira’s picture

I also search a way, to filter by #username. Would be great, if somebody could help.

jimbullington’s picture

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.

Tesira’s picture

yay it has worked, thank you very much.