Hi,
I'm new to Navision and this forum.
I was wanting some advise on how to concatenate several fields into one?
Basically I'm working on the "item" table and was wanting to concatenate information from a number of fields into the "description" field. All data is currently in this table, in some bespoke fields that we have setup.
TAHNKS
Answers
description := format(field1)+format(field2)+format(field3);
remember the desciption field has a specific length so if combining these makes the length longer than the field you will get an error. There are ways to handle that if that's the case. STRLEN, COPYSTR etc...
http://www.BiloBeauty.com
http://www.autismspeaks.org
Thanks for your quick response.
I'm seriously new to this, but dont think I want to setup a "processing report"
I wanted to change the "description" field to be a concatenation of 3 other fields.
THANKS
do you have any plans?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I was hoping it was a formula you could write..........
I guess I will have to do some more research on the topic.
THANKS AGAIN
SourceExp::Description+' '+"Description 2"
http://www.BiloBeauty.com
http://www.autismspeaks.org
What are these other 3 fields.
If you have fields already holding this information why do you need another.
what happens if the three fields together are too long for the description field - which one get's cut off?
http://www.BiloBeauty.com
http://www.autismspeaks.org
It was to save duplicaiton of input, but I guess a better way to do it, would be to concatenate the reports/invoices etc......
ps - on the forum info it said to mark posts as closed........ how do I do this? (cant seem to find it anywhere)..........
Plus when you combine fields using the source exp - you can't filter on the field anymore.
to mark as solved - edit first post and select the attibute..solved
http://www.BiloBeauty.com
http://www.autismspeaks.org