Skip to main content

Data Space as Source for Calculated Fields in Programs

  • March 10, 2020
  • 7 replies
  • 69 views

kelly
Forum|alt.badge.img+3
  • Helper ⭐️⭐️⭐️

I’m trying to use a calculated field in a program for the first time and being able to reference a Data Space field would make it much, much easier (especially given that it’s used in the query).

Specifically, I’m trying to determine if a contact joins a Community Group between email sends. The Salesforce Group Object is difficult to work with as it doesn’t contain account and contact objects, however we have a custom Data Space that does. Why aren’t Data Spaces available as a source for calculated fields?

7 replies

john_apple
Forum|alt.badge.img+5
  • Expert ⭐️
  • March 14, 2020

What about Data Designer? That should create a custom MDA object if you save the build and have it refresh.


kelly
Forum|alt.badge.img+3
  • Author
  • Helper ⭐️⭐️⭐️
  • March 16, 2020

Unfortunately we are a few versions behind and are trying to get caught up so I don’t have experience with Data Designer yet. Looking forward learning more about it once we are up to date.


sai_ram
Forum|alt.badge.img+1
  • Expert ⭐️⭐️
  • July 14, 2020

@kelly Did you get a chance to work on Data Designer? Is this issue solved? please let us know if you need any help here.

 


kelly
Forum|alt.badge.img+3
  • Author
  • Helper ⭐️⭐️⭐️
  • July 14, 2020

@sai_ram working with a TAM we were able to get it working without the use of data designer, so I haven’t had a chance to work in it yet.


sai_ram
Forum|alt.badge.img+1
  • Expert ⭐️⭐️
  • September 25, 2020

@sai_ram working with a TAM we were able to get it working without the use of data designer, so I haven’t had a chance to work in it yet.

@kelly here is the link of Data Designer article. Please go thought his in your free time for more information. You will have awesome reporting experience with this. 


kelly
Forum|alt.badge.img+3
  • Author
  • Helper ⭐️⭐️⭐️
  • September 29, 2020

@sai_ram I have had the chance to read up on Data Designer and while I agree with the post tag that using that is a workaround, it’s not great. It’s duplicative to have to recreate a dataset in data designer that already exists as a data space. 

Why is it that I can’t use a field from a data space as a calculated field, but I can create a data design, make that a data space, and then those fields can be a calculated field?


kelly
Forum|alt.badge.img+3
  • Author
  • Helper ⭐️⭐️⭐️
  • June 10, 2021

Why is it that I can’t use a field from a data space as a calculated field, but I can create a data design, make that a data space, and then those fields can be a calculated field?

 

Still curious on the logic here as to how a data space can’t be referenced for a calculated field, but a DD which creates a data space can be.