Hi there!
I'm building a page in Confluence that will gather individual project information. One of the data pulled on this page is from SalesForce, so we are using SalesForce/Confluence connector and Report (both from ServiceRocket) to pull data.
The data we are pulling from SalesForce will always be one line, corresponding to the Opportunity Name in SalesForce, in other words the query will be:
SELECT X, Y Z FROM Opportunity WHERE Name = 'An Opportunity'
This will return one line with one value for each field, for instance: valueX, valueY, valueZ
Being new to this, I'm struggling with a simple problem, displaying the data vertically instead of horizontally, as follows:
AN OPPORTUNITY
X valueX
Y valueY
Z valueZ
Ideally, this would be formatted in a proper table.
Is there any way to do that?
Thanks a lot!
Hi Nicolas,
If you are willing to display the data in separate rows, you can draw a table and display each parameter using Report Info.
To pull the data from SalesForce you can use Soql Reporter placed inside a Report Block.
For a clearer picture you may refer to the screenshot below:
You can also import the following storage format in your confluence page salesforceStorageFormat.txt
To import the above Storage format:
I hope the above helps you achieve your outcome.
Regards,
Iman Hashemi
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.