My dilemma is that I have created a formula which from the output i.e. result I wish to groupd data from. That works fine but for the report I wish to create I ideally need to output 2 lines of text for each condition and then group individually by these. Is this possible ?
My formulas uses if and else statements and the result is a line of text e.g.
if {table.column} = 'AA01' and
{table.column} <> 'ABC' then 'Example Text'
Is there anyway this can be amended so that 2 lines of text are the result of each if statement ?
I was thinking along the lines of creating two formula fields and then somehow outputting the results of these into another forumla field and then grouping by that. Is that possible ?
I am finding it hard to explain so I hope this makes sense.
My formulas uses if and else statements and the result is a line of text e.g.
if {table.column} = 'AA01' and
{table.column} <> 'ABC' then 'Example Text'
Is there anyway this can be amended so that 2 lines of text are the result of each if statement ?
I was thinking along the lines of creating two formula fields and then somehow outputting the results of these into another forumla field and then grouping by that. Is that possible ?
I am finding it hard to explain so I hope this makes sense.