function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SLSL 

Designing a report

Hi,

 

 Is there a way to create a report where the users will be able to change the criteria when the report is running (not in the customization view). I am building reports for users who are not technology savvy and have no idea about AND and OR operations. I just want them to choose 3 fields and the report will be generated. Also, is there a way to remove the Time Frame section from a report?

 

Thanks,

Shay

cloudsuccesscloudsuccess

Sadly the answer is no, not with the standard tools. It sounds like you're needs are quite specific so it may be worth considering writing a customised "Reporting Wizard" using Visualforce / Apex - that way you have full control over the options available to your end users.

SLSL

Thanks. I guess I will customise it with Visualforce/Apex.