Get your own customer support community
 

Set-data and List-data not the same type of stored data??

Hi anyone who can help,

I made two page templates:
- The first one uses set-data to set the data Status:
{set-data:Status}green{set-data}

- The second one use a list-data to set the data Status:
{list-data:Status}{list-option}green{list-option}{list-option}orange{list-option}{list-option}red{list-option}{list-data}

I have a page in which I'm doing a report table with this information

{report-info:data:Status}
{report-info:data:Status > trim > equals green> (*g)|render=wiki}{report-info:data:Status > trim > equals orange > (*y) |render=wiki}{report-info:data:Status > trim > equals red >(*r)|render=wiki}

All pages created with my both templates are well listed in the report but

With the first template I have the Status value and the related star

With the second template I only have the Status value.

How can I display may star with input coming from my second template?

Regards,

Cyrille
 
sad I’m frustrated
Inappropriate?
1 person has this question

The company marked this question as answered.


User_default_medium