Hi All,
I was wondering if someone might have an idea of how this could be done. I have 10 number fields and I have converted them all to text and put them into a list so I could perform other operations on them. At this point, I am able to display all the elements within my array called AuthorizedQty, but I would like to eliminate the entries that have zeros and have been unable to do so.
Example of what I see now:
100
200
300
400
0
0
0
0
0
0
I would only like to display the fields that have real values and discard the zeros. I have tried everything from @trim to creating loops to get rid of the zeros.
Any help would be appreciated.
Steve