Hi,
Working on CR 9. Creating a dynamic group header label with a formula '@groupLabel':
Formula @groupLabel:
if {table.column} = 12 then
" Level 1: One"
else if {{table.column} = 13 then
" Level 2: Two"
If there are no rows returned for {table.column} = 12, then the group label "Level 1: One" does not get displayed.
What is preferred is, even if there are no rows returned for {table.column} = 12, would want the group label "Level 1: One" displayed and print "NO Rows".
Report should look like
GH1 -> Level 1: One
NO Rows (in footer may be)
GH1 -> Level 2: Two
List rows
thanks
Working on CR 9. Creating a dynamic group header label with a formula '@groupLabel':
Formula @groupLabel:
if {table.column} = 12 then
" Level 1: One"
else if {{table.column} = 13 then
" Level 2: Two"
If there are no rows returned for {table.column} = 12, then the group label "Level 1: One" does not get displayed.
What is preferred is, even if there are no rows returned for {table.column} = 12, would want the group label "Level 1: One" displayed and print "NO Rows".
Report should look like
GH1 -> Level 1: One
NO Rows (in footer may be)
GH1 -> Level 2: Two
List rows
thanks