Parameter Filter of Filter Collection

kriveros

New Member
Hi!

that I must enter in the filter parameter...

I'm passing this value but it does not generate the output collection: "RUN" = "1111-1"

Help, please!
 

rpaccount

Member
Hi,

Same issue. But i'm using "InactiveTimes = '[Count]'" instead.
But it's still not working. Both are text. With values 17. Didn't save them as numbers.

Thanks!
 

VJR

Well-Known Member
Hi,

Same issue. But i'm using "InactiveTimes = '[Count]'" instead.
But it's still not working. Both are text. With values 17. Didn't save them as numbers.

Thanks!
Hi rpaccount,

Since Count is a data item it needs to be concatenated as follows
"InactiveTimes = '" & [Count] & "'"
 
Top