Skip to end of banner
Go to start of banner

How to use SQL for Confluence with Run Self Service Reports for dynamic content

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This article explains how to use SQL for Confluence with Run Self Service Reports to display dynamic content on a page.

Instructions

  1. For dynamic value substitution, you need to use $ with the field name. Write a SQL statement in the SQL macro as shown below.

    Select CREATOR,CREATIONDATE from SPACES WHERE SPACEID='$Space Id' AND SPACEKEY='$Space Key';


  • No labels