How do I refer to Scaffolding data from a Report?
Is it possible to access data stored in Scaffolding from the Reporting Plugin?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?To access Scaffolding data, use the 'data:' prefix, made available by the Scaffold Data Supplier.
For example, if you have a {text-data} field called 'My Text', you would access it like so:
{report-info:data:My Text}
This works the same way for any of the other data types such as number-data or date-data.
One type to be aware of is that used by {list-data}. It stores its values in List of References.
I’m happy
The company says
this answers the question
-
Inappropriate?Is there a way to refer to pages using specific live-templates?
I’m I'm desparate but not sad because I have my pride to consider and do not grovel.
-
Inappropriate?Hi Florita,
The simplest way is to add a label to your template, and then detect if the current page has that label. For example, if you add the 'my_template' label to your Space/Global template, you can check for the presence of that label with the {content-filter}, like so:
{content-filter:@self|label=+my_template}
Alternately, you could check the body markup for the 'live-template' macro, but the regular expression gets tricky to write. Labels are much simpler.
Loading Profile...


EMPLOYEE
