Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Query Workspaces
[CDP] Write, execute and save SQL queries into multiple workspaces
- Requires
- Data Cloud for Marketing
Query Workspaces is a tool that allows the users to write, execute and save SQL queries on Customer Data Cloud with editor auto completion, data visualisation and collaboration features.
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Showing 4 of 4 Reviews
Its got its ghosts
Pro: 1. Ability to query the tables directly. (I do 90% of my work in this space. Huge win) Con: 1. Hard to find any documentation on what SQL functions are registered for use. 2. Can't build and test the SQL for an insight because the SQL for insights is 'ANSI SQL' and the functions don't work in QW. 3. Does not return all fields despite selecting all fields by name in the query. Does not return KQ fields either. 4. Query tabs run off the page into a drop down, makes it hard to find them. 5. If a query times out and you haven't saved your queries the page has to be refreshed and you loose all your work. 6. The real column names that are required for the query but are given a friendly name on the results, so it makes it painful to refine the query further because you have to go lookup the actual name of the column in another new query. This also uselessly increased the tabs you have to open. I hope they make this tool better, it has a lot of promise but its still painful to use.
Facing issue
When I create new workspace , a screen pops up asking to Select Named Credential the picklist field is not accessible and can't save without value. I appreciate your help
Makes using Query API Easy for all your end users
The App is essentially the Query API with a UI. Works great for what it is intended to do.
It doesn't work well with calculated insights.
It's better than nothing but: It's impossible to copy and paste a fully calculated insight. SUM only works if it's inside the GROUP BY. COUNT only works if it's inside the GROUP BY. Does not accept IFNULL. I could not process and do calculations with date functions like DATEDIFF, DATE_SUB, and CURRENT_DATE.
Thanks for this comment. This exactly what I was planning to with Query Workspace. I have build some Calculated Insights that is using DATEDIFF and CURRENT_DATE but it not bringing correct output. I am wondering it these date functions are not working properly in Data Cloud platform.
Insights use "ANSI SQL" you'll have to google search it for the salesforce link. Query workspace uses another type of SQL.