tinyredtornado
Technical User
Hi guys!
Another super noob question. Using CR2008
I am trying to display a different title for a group header than is shown on the database. I have 3 full titles to be shown but the database spits out a truncated version of each. Without altering the database's output, can I show the full titles?.
I thought if I just plugged into the group heading select expert
if {searchOutput_.Platform} = "xx" Then "xxxxxxx®"
if {searchOutput_.Platform} = "yy" Then "yyyyyyy®"
if {searchOutput_.Platform} = "zz" Then "zzzzzzz®"
it would work but I'm not seeming to get anywhere with that. I keep getting "result of selection formula must be a boolean". Am I just putting it in the wrong place? I'm right clicking on the group header/select expert group/selecting group/and selecting formula: from the drop down.
Any help is greatly appreciated, and thanks again for your patience.
Another super noob question. Using CR2008
I am trying to display a different title for a group header than is shown on the database. I have 3 full titles to be shown but the database spits out a truncated version of each. Without altering the database's output, can I show the full titles?.
I thought if I just plugged into the group heading select expert
if {searchOutput_.Platform} = "xx" Then "xxxxxxx®"
if {searchOutput_.Platform} = "yy" Then "yyyyyyy®"
if {searchOutput_.Platform} = "zz" Then "zzzzzzz®"
it would work but I'm not seeming to get anywhere with that. I keep getting "result of selection formula must be a boolean". Am I just putting it in the wrong place? I'm right clicking on the group header/select expert group/selecting group/and selecting formula: from the drop down.
Any help is greatly appreciated, and thanks again for your patience.