Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. Let's start with creating a Saved Filter.

  2. 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
    languagesql
    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".

  3. Now, on an empty page, create a Chart macro.

  4. Edit the Chart macro and change the Type parameter to "Bar".

     
    Click Save.

  5. Within the Chart macro, create a Salesforce Table macro.

  6. 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:

  7. Save the Confluence page to view the result:

     

...