Forum Discussion
Anonymous
6 years agoNot applicable
VAR HELP
Hola, necesito crear tres variables (p2a,p2b y p5), ¿ cómo podría poner está super fórmula de manera correcta ? Gracias Var P2a= IF(Oportunidad[Fecha_Adjudicacion__c]=YEAR(NOW()-1; SI Oport...
AlB
Community Champion
6 years agoHi Anonymous
Assuming the definition of the variables is correct as shown, you can do something like:
measure =
VAR P2a = Definition as you have it
VAR P2b = Definition as you have it
VAR P5 = Definition as you have it
RETURN
P2a + P2b + P5
Please mark the question solved when done and consider giving kudos if posts are helpful.
Cheers ![]()