• Maria Bujold
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello all you fine people,
I'm getting a one-line error one one of my dataflows: 

Something went wrong while executing the sumVisitors node: invalid field expression q = group q by ('stats_date_Year', 'stats_date_Month');;q = foreach q generate 'stats_date_Year' + "~~~" + 'stats_date_Month' as 'stats_date_Year~~~stats_date_Month', sum('visitor_count') as 'sum_visitor_count';;q = order q by 'stats_date_Year~~~stats_date_Month' asc; for field 'Sum_Visitors': invalid expression 57349group (02K41000000oT5UEAU_03C41000001vBaBEAU)

Any suggestions on how to go about fixing this!?

thank you,
Maria

Hello,

 

I'd like to create a trigger in order to populate Partner Related List in Opportunity, from a custom field called Partner.

 

I don't have experience in Apex Code, so any comments will be very very helpful!

 

Thanks,

 

Stefano

Hello,

 

I'd like to create a trigger in order to populate Partner Related List in Opportunity, from a custom field called Partner.

 

I don't have experience in Apex Code, so any comments will be very very helpful!

 

Thanks,

 

Stefano