Hello,
I need to input NULL to a variable. below I input 0 to the variable and it works
// Working code DATA ([d/Measures] = "In_a", [d/YM] = NEXT(12, "MONTH", %PAM%)) = 0But I need Something like this.DATA ([d/Measures] = "In_a", [d/YM] = NEXT(12, "MONTH", %PAM%)) = NULL
Thank You