rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

rule is not executed when Number field in selection criteria is blank #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new version is working better, but still has some problems:

I'm using these rules for my One-Shots. I wish to have 3 things:
1. The format should be One-Shot
2. The number value should be 1
3. The Count value should be 1

So, these are the rules:

<<Number:1>> <<Count:1>> => <<Format:One-Shot>>
<<Number:>> <<Count:>> => <<Format:One-Shot>>
<<Number:>> <<Count:1>> => <<Format:One-Shot>>
<<Format:One-Shot>> => <<Number:1>> <<Count:1>>

This works fine only when the Number field is filled up.

It doesn't work if the Number field is blank.

(600WPMPO at CR forum)

Original issue reported on code.google.com by rainer.c...@googlemail.com on 26 Mar 2013 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by rainer.c...@googlemail.com on 26 Mar 2013 at 5:57

GoogleCodeExporter commented 9 years ago
should be fixed in 0.1.14 but does not work according reports from 600WPMPO

Original comment by rainer.c...@googlemail.com on 27 Mar 2013 at 2:34

GoogleCodeExporter commented 9 years ago
works now in r83

Original comment by rainer.c...@googlemail.com on 27 Mar 2013 at 10:54