Good evening fellow bubblers, I have this workflow:
- Create a request for an item (train) and capture 7 attributes, as yes\no values
- Populate a count table, where I have item name and counts.
Now I can capture times when users picked the item, but it is not representative
Instead, I want to capture times when attributes were set as “yes” for the time a user is picking a train.
Something like: CountNum = This ReqCount’s CountNum + (count times “yes” was picked at step1)
I would appreciate if anyone could give me a hint how expression in () should look like?
Best regards,
Anatoly