Extract values from page titles using Reporting Text Supplier

Scenario

This recipe will help you to extract certain values from page titles and then show them in different columns using the Text Supplier macro.

In this example, we use the Page Supplier and Text Supplier macros to extract a number from page titles.


Result


Recipe

Ingredients

Apps

Platform
Server, Data Center
Level

EASY

Estimated time

10 minutes

Macros

Suppliers

Storage format

Macro structure

You can recreate the example in the editor view:

Steps

  1. Create a page and child page titles that have a format of "Child Page 000".

  2. Add a Report Table macro and within add a Local Reporter macro.
  3. Set the Local Reporter macro's Key parameter to page:children.
  4. Inside the Local Reporter macro, add a Text Sort macro and set the Key to page:title.
  5. Below the Local Reporter macro, add two Report Column macros.
  6. Set the first Report Column macro's Title to "Page Title" and add a Report Info macro within it.
  7. Set the Report Info macro's Key to page:title and Link to item to True.
  8. Set the second Report Column macro's Title to "Page Number" and add a Report Info macro within it.
    Set the Report Info macro's Key to page:title>text:last 3>text:as number.

Optionally, you can use a Add Page macro from Linking for Confluence to create the Children pages with a running number.

Insert an Add Page macro to the top of the page and and set the following:

  • Name to Child Page %child-counter:next > number:000%
  • Link Text to Create a Child Page