Benjamin Baptista Posted September 12, 2005 Posted September 12, 2005 I have 10 different record with note (text) and what I want is put all note in one field. Is anybody can help me ? I'll appriciate your kind help. Ben
-Queue- Posted September 12, 2005 Posted September 12, 2005 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 ?
Benjamin Baptista Posted September 14, 2005 Author Posted September 14, 2005 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
-Queue- Posted September 15, 2005 Posted September 15, 2005 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.
Benjamin Baptista Posted September 16, 2005 Author Posted September 16, 2005 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
-Queue- Posted September 16, 2005 Posted September 16, 2005 "yourValueListName" should be replaced with the name of your value list. Sorry if that was not clear.
Benjamin Baptista Posted September 17, 2005 Author Posted September 17, 2005 Thank's a lot que... I working on it and will let you know the result after weekend.. Have nice weekend and thank for your kind help.. Ben
Benjamin Baptista Posted September 19, 2005 Author Posted September 19, 2005 :beer: Que.. you'r the Man.. Work like I want.... thank alot ( in my language - Terima kasih Banyak )
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now