Fetch single data value from the field (@type) in the expression without "Group-By" | Community
Skip to main content
New Participant
August 3, 2021
Solved

Fetch single data value from the field (@type) in the expression without "Group-By"

  • August 3, 2021
  • 1 reply
  • 1108 views

I am working on custom report and fetching all required fields from deliveries schema, but when i try to fetch value from one of the field but i'm not. Since it is a field which stores multiple values(open,clicks,opt-out etc) in the single field.

1) Is it possible to fetch count of single value (type = open) from the expression itself along with other fields?
2) If i used GROUP-BY with @14236791 only field without any other fields i can able to get the values, otherwise i can't get the result.

Can anyone help?

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by anishs2303

Hi Deepan,

 

Please see the screenshot below to know how we derive this information.

 

Thanks!

1 reply

anishs2303Accepted solution
New Participant
August 3, 2021

Hi Deepan,

 

Please see the screenshot below to know how we derive this information.

 

Thanks!

New Participant
August 3, 2021

Hi,

Thanks for the update, will check