P
Pablo
I have an array that I am counting to do a count on
positive values within the same dimension (row) going
forward from its initial point. The reference value is a
date value.
May Jun Jul Aug Sep Oct Nov Dec
87 54 43 31 18 (2) (13) (23)
If I took the current month I want to return the count of
positive values starting with Jun, so the result would be
4. If we were in the month of Aug the result would be 2.
My brain is hurting on this.
Thanks,
positive values within the same dimension (row) going
forward from its initial point. The reference value is a
date value.
May Jun Jul Aug Sep Oct Nov Dec
87 54 43 31 18 (2) (13) (23)
If I took the current month I want to return the count of
positive values starting with Jun, so the result would be
4. If we were in the month of Aug the result would be 2.
My brain is hurting on this.
Thanks,