Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I would like to count all documents that have one parameter >= defined in variable
I did this:
=count({$<PARAMETER = {$(#vPARAMETER)}>} DISTINCT DOC_NO)
it works if I would like to count DOC_NO where PARAMETER = vPARAMETER, but I would like to count DOC_NO where PARAMETER >= vPARAMETER.
regards,
L
Correct alk.
But instead it could be:
count({$<PARAMETER = {">=$(=vPARAMETER+vPARAMETER3)"}>} DISTINCT DOC_NO)
OMG you're right!!
It's just math! You're opening my eyes.
One more case, I have problem with:
count({$<PARAMETER = {">=$(=vPARAMETER+PARAMETER_2)"}>} DISTINCT DOC_NO)
it always shows zero, could You help with this?
forget about this - i have bug in other part of the script
try this one ..=count({$<PARAMETER = {">=$(vPARAMETER)"}>} DISTINCT DOC_NO)