A string can be at most 254 characters long.
I get the above error message from the following formula when I try to add in more line of narrative.
Maximum ({@Desc1 }, {@grouper})
+" " + Maximum ({@Desc 2}, {@grouper})
+" " + Maximum ({@Desc 3}, {@grouper})
+" " + Maximum ({@Desc 4}, {@grouper})
+" " + Maximum ({@Desc 5}, {@grouper})
This is what {@Desc 2} looks like in the detail
if {timedesc.tdline}=2 then {timedesc.tddesc}
My database has a table that displays description of work done. the first field is the index, the second is the item number and the third is the line number and the fourth is the actual narrative.
2 2 1 Drafting and revision of London settlement
3 2 2 agreement; left phonemail message for J. Doe
4 2 3 regarding appeals; telephone conference
5 2 4 with R. Doe regarding ADR appeals;
6 2 5 telephone conference with D. Doe; review
7 2 6 opinion letter and other settlement estimates;
8 2 7 review press release regarding judgment;
9 2 8 review materials from J. Doe.
I want all the data in one field so that I can export it to excel into one field.
Any ideas?
I get the above error message from the following formula when I try to add in more line of narrative.
Maximum ({@Desc1 }, {@grouper})
+" " + Maximum ({@Desc 2}, {@grouper})
+" " + Maximum ({@Desc 3}, {@grouper})
+" " + Maximum ({@Desc 4}, {@grouper})
+" " + Maximum ({@Desc 5}, {@grouper})
This is what {@Desc 2} looks like in the detail
if {timedesc.tdline}=2 then {timedesc.tddesc}
My database has a table that displays description of work done. the first field is the index, the second is the item number and the third is the line number and the fourth is the actual narrative.
2 2 1 Drafting and revision of London settlement
3 2 2 agreement; left phonemail message for J. Doe
4 2 3 regarding appeals; telephone conference
5 2 4 with R. Doe regarding ADR appeals;
6 2 5 telephone conference with D. Doe; review
7 2 6 opinion letter and other settlement estimates;
8 2 7 review press release regarding judgment;
9 2 8 review materials from J. Doe.
I want all the data in one field so that I can export it to excel into one field.
Any ideas?