HI All.
I want to remove the Suppress which is coming result of CreateIf.
even i tried UDFs which is available in other threads.
first i tried to remove the SUPPRESS using blow code
and the result is, it not removing the SUPPRESS, and in place of suppress i'm getting null.
and aging i tried one more UDF to remove the null which is available in other thread as mentioned below.
and now i can able to remove the SUPPRESS but it's not giving the proper count of values, it's giving only one output for every context change.
based on this example expected result is
[]
[]
context change
[]
[]
context change
[]
[]
context change
please do needful.
Thanks and regards.