technonurse
MIS
Using CR 9.2, ODBC database:
I have numerical fields that = 1 or 2. I wrote a formula for each of these stating if fld = 1, assign "some kind of text." I am writing a concatenation field with each of these formula fields using chr(13), chr(10), and my goal is that if the field does NOT =1, that line should be skipped. If the user only assigns a 1 to field 2 and 15, those should be the only ones that show up as the final text. My problem is that huge spaces show up between fields with my formula, which looks like this:
{FormulaFld1}+chr(13)+chr(10)+
{FormulaFld2+chr(13)+chr(10)+
{FurmulaFld3 etc.
Any ideas how to get the field to be skipped if it does not=1?
Technonurse-Spokane
I have numerical fields that = 1 or 2. I wrote a formula for each of these stating if fld = 1, assign "some kind of text." I am writing a concatenation field with each of these formula fields using chr(13), chr(10), and my goal is that if the field does NOT =1, that line should be skipped. If the user only assigns a 1 to field 2 and 15, those should be the only ones that show up as the final text. My problem is that huge spaces show up between fields with my formula, which looks like this:
{FormulaFld1}+chr(13)+chr(10)+
{FormulaFld2+chr(13)+chr(10)+
{FurmulaFld3 etc.
Any ideas how to get the field to be skipped if it does not=1?
Technonurse-Spokane