Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have a scenario i want to display the rows which contain lead,opportunities,contacts=0
please find the following attachment
i need straight table like 2nd sheet in excel
No 2nd sheet is there in the excel.
!
There is no second sheet friend. please check your attachment
sorry plz check this one
Where the attachments?
sry once again olz find the below attachment
Hi,
Try this:
for count of activity id where lead,opportunities,contacts=0
=count({<response={0},oppty={0},lead={0}>}[activity id])
Thanks
khushboo
Hi,
You can use calculated dimension as
If(response=0 and oppty=0 and lead=0,[activity id])
or Aggr(If(..........,[activity id]),[activity id]) if You need.
Regards,
Antonio