...
The following is a quick and simple example of what is possible when you use Salesforce Table with Charts.
Note |
---|
Unfortunately, this use case is no longer possible due to the introduction of Confluence Cloud's new editor. See reference. Need this feature? Vote or leave a comment here. |
Steps
If you are unfamiliar with the Using Salesforce Table macro, do read the macro reference page.
- Let's start with creating a Saved Filter.
For this example, we have created a Saved Filter that searches for all Opportunities under "
Grand Hotels
":
This is the SOQL Query that was generated:Code Block language sql SELECT Name, Amount FROM Opportunity WHERE Name LIKE 'Grand Hotels%' ORDER BY Name ASC NULLS FIRST
We have saved this Saved Filter under the name"
Grand Hotels Opp
".Now, on an empty page, create a Chart macro.
Edit the Chart macro and change the Type parameter to "
Bar
".
Click Save.Within the Chart macro, create a Salesforce Table macro.
Edit the Salesforce Table macro.
Let's use the Saved Filter we created earlier on.
Click Save.
As a side note, this is what the Salesforce Table would look like without using the Chart macro:Save the Confluence page to view the result:
...