CustomProperty value is "Grouped"

Paul_Meyer
Regular Contributor
Regular Contributor

I have some Account customproperty values that shows as "Grouped":

image.png

  1. What does "Grouped" mean?
  2. How do I get the actual value(s) of the CP?
  3. How do I change the value to single value if Grouped means multiple values?

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  1. What does "Grouped" mean?  --> Its value you have stored in CP45
  2. How do I get the actual value(s) of the CP? --> CP45 is actual name
  3. How do I change the value to single value if Grouped means multiple values?  --> Its just value in CP45

dgandhi
All-Star
All-Star

select customproperty45 from accounts where endpointkey="key of the endpoint where this account belongs"

 

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.