Can't modify number to UNDEFINED if range is defined

If you think that something doesn't work in Aware IM post your message here
Post Reply
JonP
Posts: 287
Joined: Thu Feb 16, 2017 9:49 pm
Location: United States

Can't modify number to UNDEFINED if range is defined

Post by JonP »

I have a survey where if the survey topic is changed mid-survey, I want a rule that resets most attribute values for surveys already taken (I preserve the survey comments, so I can't just delete the instances and recreate).

Some attributes are numbers with ranges. But if I try:

Code: Select all

Survey.SurveyNumberFromRange=UNDEFINED
the configurator flags it as an error because the value is not within the specified range.
v8.1 on Windows 10 / MySQL 5.6 (local), v8.1 on Windows Server 2016 / MySQL 5.6 (server)
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: Can't modify number to UNDEFINED if range is defined

Post by aware_support »

It's a bug/limitation that is rather difficult to fix. The workaround is to not use Aware IM ranges, but instead have your own rules that manage ranges (and undefined) - after all, Aware IM ranges are translated into rules as well.
Aware IM Support Team
Post Reply