Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need help in writing if condition. Attached the Qvw.
All the details are mentioned in the QVW.
Regards,
Keerthi KS
Use this expression in your Expired table & suppress null for each dimension
=if(Off_Status<>'Draft' and Off_Status<>'Expired',Enq_ContactName)
See the attachment
Did not get you.
Both are two different reports with Draft as one and Expired as 2nd.
what exactly you want?
Lets say Enq_contactname Mr Pavani is there with both Off_status Draft and Expired.
Since the Off_status is Draft it should not be shown in Expired table (2nd)
Is this what you want?
Suppress value null for all dimension as well
Failed to open document
u r using personal edition?
no got licence
Use this expression in your Expired table & suppress null for each dimension
=if(Off_Status<>'Draft' and Off_Status<>'Expired',Enq_ContactName)
See the attachment