Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Cannot apply operator * to types Text and Number

    Hi all,   I try to do below formulation but still getting error.     Step I already try   1. if[#"SAP_MMT_LV_MKPF_EN.D/C_SHKZG"]="H" then Value.Multiply([Quantity_MENGE],-1) else [...
  • Vijay_A_Verma's avatar
    4 years ago

    Replace  [Quantity_MENGE] with

    Number.From( [Quantity_MENGE])