Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You could try something like this in a text box:
=concat({<Product_ID = e(Product_ID) >} Product_ID,', ')
Hi,
You can Subtract it like
=Count({1} Distinct Product_ID) - GetPossibleCount(Product_ID)
or
=Count({<Product_ID=E(Product_ID)>} Distinct Product_ID)
Celambarasan