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
Melanie.Hill@fernbach.comMelanie.Hill@fernbach.com 

Reports & Dashboards

For the new or existing Report Tool (the correct name is???): Is there a possibility to use a query language like SQL for accessing the data? If yes: Is it provided in the Professional Version License

waylonatcimwaylonatcim

There is no direct port from SOQL to SQL inside of Salesforce.  If you want to use SQL syntax you can look into 3rd party tools like DBAMP that can accomplish this for you.

 

What exactly are you trying to accomplish?