I have a group of data with a summary. I want to conditionally suppress the details of the group when the count is even. I have hand coded the following:
Count ({@groupprod}, {@groupprod}) in [2,4,6,8,10,12,14,16,18,20]
This works fine, but rather than continuing this, I would like to simply say "any even number" or something to this effect.
Thanks
Kirk
Count ({@groupprod}, {@groupprod}) in [2,4,6,8,10,12,14,16,18,20]
This works fine, but rather than continuing this, I would like to simply say "any even number" or something to this effect.
Thanks
Kirk