I have CR 10 and I am doing a query of number of true and false vales that are produced off of my original formaula.
original formula:
if mid({Product.Primary SKU/PLU/UPC},1,5) like "-?*" then true
this gives me a list of true and false values for which I though I could do a count on, but it counts all true and false.
So my question is how can I seperate the true and false vales produced by the original formula and do a count on each. Any ideas? Thanks in advance
original formula:
if mid({Product.Primary SKU/PLU/UPC},1,5) like "-?*" then true
this gives me a list of true and false values for which I though I could do a count on, but it counts all true and false.
So my question is how can I seperate the true and false vales produced by the original formula and do a count on each. Any ideas? Thanks in advance