Expand my Community achievements bar.

Comments collection view in text mode

Avatar

Level 1

Hey All!

I'm new to text mode and still learning but I decided to ask you one question because I couldn't find the answer anywhere.

Apologies if this is something basic. Anyway...

 

In the project report, I created a column to display the collection with all the project's comments. The text mode looks like this:

displayname=Comments
listdelimiter=<p>
listmethod=nested(updates).lists
textmode=true
type=iterate
valuefield=updateNote:noteText
valueformat=HTML

 

 But when I try to get the same effect by using the "valueexpression", the column shows no results. I tried many options, but I thought this one should work:

valueexpression={updateNote}.{noteText}

 

What do I do wrong?

Many thanks for your help!!

 

Best regards,

Piotr

1 Reply

Avatar

Community Advisor

Piotr,

Why do you want a valueexpression if the first textmode set up works for you, is there something else you want to do with the updates?