what is wrong in this function?

User: "cdaponte"
New Altair Community Member
Updated by Jocelyn
 Is very general the question, but maybe you can answer it. Thanks!

if(Tercerizado==0 && "Prodcuto Generico"=="PV" && [Vector de Mora Reducido]>3,"MORA TARDIA-PV",
if(Tercerizado==0 && contains("Prodcuto Generico","CBU-NO") &&[Vector de Mora Reducido]>3 ,"MORA TARDIA-CBU-NO BARRIDO",
if(Tercerizado==0 && contains("Prodcuto Generico","CBU-BA") && [Vector de Mora Reducido]==4,4,
if(Tercerizado==0 && contains("Prodcuto Generico","CBU-BA") && [Vector de Mora Reducido]==5,5,
if(Tercerizado==0 && contains("Prodcuto Generico","CBU-BA") && [Vector de Mora Reducido]>5,"MAS DE 5"," ")))))

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tftemme"
    New Altair Community Member
    Accepted Answer
    Updated by tftemme
    Hi @cdaponte

    As Prodcuto Generico is an attribute name you have to put it in brackets, not in quotes. Currently not the value of the attribute is evaluated but the actual String in the quotes.

    Best regards,
    Fabian