|
Re: Concatenating strings with Aggregation Builder issue/question [message #1174886 is a reply to message #1173842] |
Thu, 07 November 2013 11:23 |
donino donino Messages: 183 Registered: July 2011 |
Senior Member |
|
|
You could use a global variable for this:
- declare a global variable in "initialize" event of the report:
- set this variable in the "onCreate" event of the datacell of the table, with the expression you mentionned:
myGlobalVar=row["Aggregation"].substr(0,row["Aggregation"].lastIndexOf("/"));
- Turn off the visibility of "Details" section of the table, to remove multiple rows
- Display the global variable in the footer section of the group, in a dynamic text
Hope this helps
[Updated on: Thu, 07 November 2013 11:23] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04477 seconds