Multiple consecutive dots in rule

Posted by archana.gupta on 26-Sep-2017 12:35

Hi team, 

Please suggest how I can create a rule which have double or triple dots (...) in the text. For example the rule is :

If input variable = "Ford..." then 

set flag = true.

I previously asked similar questions related to single quote in input text (link given below). However I am not sure how I can escape three consecutive dots using backslash.

https://community.progress.com/community_groups/corticon/f/14/t/33352

Thanks,

Archana

 

Posted by Harold-Jan Verlee on 27-Oct-2017 08:49

This issue had been identified as a bug and will be resolved in hotfix 5.6.1.10. Please consult Support if you want this release made available to you as soon as it comes out.

All Replies

Posted by Chris S. Hogan on 26-Sep-2017 13:13

No special syntax or escape characters are needed. As with all strings, in Corticon you use single quotes. See below:

Posted by archana.gupta on 27-Sep-2017 04:56

Hello Chris,

Thank you.

I want to implement multiple rules using the text having dots. Something like below. Please suggest.

Thanks,

Archana

Posted by Harold-Jan Verlee on 04-Oct-2017 07:21

That seems invalid syntax which is odd. I'd say everything between the ' should be considered as text. I'll check with Engineering why Corticon doesn't allow for the dots in the condition values.

Posted by James Arsenault on 04-Oct-2017 14:29

This is a bug, it should be allowed. What version of Corticon are you using?

Posted by Satya Kolachana on 04-Oct-2017 16:06

This version doesn't allow it too.

Version: 5.6.1

Build: 8110

'.' Valid

'..' Not valid (2 or more dots not allowed)

Says "Invalid Expression"

Posted by Harold-Jan Verlee on 27-Oct-2017 08:49

This issue had been identified as a bug and will be resolved in hotfix 5.6.1.10. Please consult Support if you want this release made available to you as soon as it comes out.

This thread is closed