Hi All,
I am taking value from a formula-
if( {Table.Role} like "*ceomd*" )
then
{Table.FullName}
else
" "
I have put these formulas in the details section ; I want to show this report like as below
view 1
ceo - Name of the person
technical contact - name of the person
supply chain - name of the person
but unfortunately its not working; it is coming on multiple pages
then I tried to put in to table structure
view 2
ceo | technical contact |supply chain
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Name of the person | name of the person | name of the person
then is coming with blank rows
either of above view is fine with me.
can you please help me?
many thanks