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 2 Current »

Problem


  • User need to use Page Properties Report macro to display the summary information from multiple pages.

  • User need to specify the same labels for these pages.

Proposed solution


CQL Search Table Macro work together with Page Properties to show summary information for the searched results.

Example

The Page Properties table in the page look something like this:

Type

HOTEL

Stars

(star)(star)

Rating

10.0

Price

100

Resolution

I LIKE IT

The CQL Search Table Macro is configured as follows:

To retrieve the information from Page Properties, add prefix, pp:, to the property key.

CQL

parent = $$id$$

Table Template

s/n, title, pp:Type, pp:Stars, pp: Rating, pp:Price, pp: Resolution, modifier

Template Header

S/N, Name, Type, Stars, Rating, Price($), Resolution, Last Modified By

Video Demo

Display Page Properties Info.mp4

  • No labels