/
How to update database columns and display them in a page using Run macro with SQL macro
How to update database columns and display them in a page using Run macro with SQL macro
This article explains how to update values in a database table for a column and display them in a Confluence page using Run Self-Service Reports for Confluence and SQL for Confluence apps.
Instructions
Insert a Run with a user form and parameters macro in a Confluence page and provide field values to the form by editing the Run macro as shown below screenshots:
Insert SQL macro and enter an update query in the SQL macro body as shown in the below example:
UPDATE BI_SUPP SET [Status] = @status,'notes' = 'notes' + @notes FROM BI_SUPP WHERE PkTaskId = @pttaskid
Insert another SQL macro and enter a select query as shown below to get the output of the update query from previous step:
Select pkTaskID, Status, Notes FROM BI_SUPP;
- Add two SQL macros from the step 3 and 4 into the Run macro body as shown in the below screenshot and save the Confluence page.
- Provide the field values as shown below:
- Click Run to display the macro results.
This example is from the SQLServer database.
, multiple selections available,
Related content
SQL Query macro - Cloud
SQL Query macro - Cloud
More like this
Create a dynamic table
Create a dynamic table
More like this
How to create a table report in Comala Document Management Cloud
How to create a table report in Comala Document Management Cloud
More like this
SQL for Confluence
SQL for Confluence
More like this
Populate a list with Confluence pages
Populate a list with Confluence pages
More like this
Release notes 10.0
Release notes 10.0
More like this