Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i need to replace a value to NA when it is greater than -100.
i tried a this expression but throwing error.
row5.Adjusted_PAT_Rs_m_YOY_3>="-100"?"NA":row5.Adjusted_PAT_Rs_m_YOY_3
or
row5.Adjusted_PAT_Rs_m_YOY_3>=-100?"NA":row5.Adjusted_PAT_Rs_m_YOY_3