Jump to content

This topic is 7104 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Do you mean something like

Set Field [globalText, ""]

Go to Record/Request/Page [First]

Loop

Set Field [globalText, globalText & Note & "¶"]

Go to Record/Request/Page [Exit after last, Next]

End Loop

?

Posted

Hi que

Yes I do need a global field, I'm not doing your sugestion yet... but I have other question is that work for record that have same name ?

for example in 10 record that I have there is record that have same in field "NAME" so I want to put field "NOTE" in the global field but only record that have same field "NAME"..

thank you for your sugestion and help

Posted

If I understand correctly, you want to create a unique list of Notes for all records matching the current record's Name value. If this is the case, then create a self-relationship based on Name and a value list based on 'only related values' from selfrelationship::Notes. An unstored calculation of ValueListItems( Status(CurrentFileName), "yourValueListName" ) should then give you the desired result.

Posted

Hi que..... I still working on it.. but I thing I should have brian surgery.... I had make selfrelationship also value list but I still don't have clue for valuelistitems specially on "yourvaluelistname" can you give me more clue......

Thank for your kind..

Ben

Posted

"yourValueListName" should be replaced with the name of your value list. Sorry if that was not clear.

This topic is 7104 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.