
Tips Recipes Brio 2002
Copyright © 2002, Brio Software Page 62
(Multi-Line fields using JavaScript codes for new line continued)
7) As before, add a +”\r\n” to the end of the formula.
8) Select the Year field object, and use the same copy and paste logic to add it to the Product
Line object’s formula, so it now reads:
"Product Line: " + ServerLimitValues("Query", "Product
Line", "", ",")+"\r\nRegion: " + ServerLimitValues("Query",
"Region", "", ",")+"\r\nYear: " +
ServerLimitValues("Query", "Year", "", ",")
9) Clean up the report design by deleting the extra Region and Year fields.
Komentarze do niniejszej Instrukcji