If - then functionality in Scaffolding
Hello,
is there a way with Scaffolding Plugin to do something like:
If {list-data=yes}
then show an information box or some text.
Can i do this with Scaffolding or must i put a report to the bottom of the page?
is there a way with Scaffolding Plugin to do something like:
If {list-data=yes}
then show an information box or some text.
Can i do this with Scaffolding or must i put a report to the bottom of the page?
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?It can't be done 'live' in the scaffold edit page, but you can use Reporting to do an 'if' type statement using filters on the report-body. Eg:
{report-block}
{local-reporter:data:My List Data}
{text-filter:@self|include=Foo}
{report-body}Foo selected{report-body}
{text-filter:@self|include=Bar}
{report-body}Bar selected{report-body}
{report-empty}Nothing selected{report-empty}
{report-block}
The company says
this answers the question
Loading Profile...



EMPLOYEE