Re: Bug in Dev Studio and/or Server 9.01

2016-08-17 Thread Joe D'Souza
Did you resolve this? If not I have an idea that may help.

 

Joe

 

 

  _  

From: Action Request System discussion list(ARSList)
[mailto:arslist@ARSLIST.ORG] On Behalf Of William Rentfrow
Sent: Thursday, August 04, 2016 1:43 PM
To: arslist@ARSLIST.ORG
Subject: Bug in Dev Studio and/or Server 9.01

 

A co-worked of mine is experiencing this - 

 

In a filter the "Run If" qualification is:

 

('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 90))

 

However, when it saves, it gets saved as this: 

 

('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ -
"12/31/1969 6:01:30 PM"))

 

He's tried a bunch of variations of numbers in place of 90.  Even if he puts
a static epoch date number it still changes it to a fixed date.

 

Anyone else run into this?

 

 

William Rentfrow

wrentf...@stratacominc.com

Office: 715-204-3061 or 701-232-5697x25

Cell: 715-498-5056

 

_ARSlist: "Where the Answers Are" and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Bug in Dev Studio and/or Server 9.01

2016-08-04 Thread Roger Justice

I remember that also.
 
 
-Original Message-
From: Rob Flores 
To: arslist 
Sent: Thu, Aug 4, 2016 2:42 pm
Subject: Re: Bug in Dev Studio and/or Server 9.01


**
I seem to recall an issue i had along the same lines. IF i am remembering 
correctly the $DATE$ operator needs to be written as $/DATE$


Regards,
Rob Flores



On Thu, Aug 4, 2016 at 1:42 PM, William Rentfrow  
wrote:

**

A co-worked of mine is experiencing this - 
 
In a filter the "Run If" qualification is:
 
('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 90))
 
However, when it saves, it gets saved as this: 
 
('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 
"12/31/1969 6:01:30 PM"))
 
He's tried a bunch of variations of numbers in place of 90.  Even if he puts a 
static epoch date number it still changes it to a fixed date.
 
Anyone else run into this?
 
 
William Rentfrow
wrentf...@stratacominc.com
Office: 715-204-3061 or 701-232-5697x25
Cell: 715-498-5056
 

_ARSlist: "Where the Answers Are" and have been for 20 years_


_ARSlist: "Where the Answers Are" and have been for 20 years_


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Bug in Dev Studio and/or Server 9.01

2016-08-04 Thread Rob Flores
I seem to recall an issue i had along the same lines. *IF* i am remembering
correctly the $DATE$ operator needs to be written as $/DATE$

Regards,
Rob Flores

On Thu, Aug 4, 2016 at 1:42 PM, William Rentfrow  wrote:

> **
>
> A co-worked of mine is experiencing this -
>
>
>
> In a filter the "Run If" qualification is:
>
>
>
> ('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 90))
>
>
>
> However, when it saves, it gets saved as this:
>
>
>
> ('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ -
> "12/31/1969 6:01:30 PM"))
>
>
>
> He's tried a bunch of variations of numbers in place of 90.  Even if he
> puts a static epoch date number it still changes it to a fixed date.
>
>
>
> Anyone else run into this?
>
>
>
>
>
> William Rentfrow
>
> wrentf...@stratacominc.com
>
> Office: 715-204-3061 or 701-232-5697x25
>
> Cell: 715-498-5056
>
>
> _ARSlist: "Where the Answers Are" and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Bug in Dev Studio and/or Server 9.01

2016-08-04 Thread William Rentfrow
He's tried it with several different date/time fields and combinations of 
numbers, etc.  It always switches it.

He opened a case with BMC now - it's consistently not working like it used to.

William Rentfrow
wrentf...@stratacominc.com
Office: 715-204-3061 or 701-232-5697x25
Cell: 715-498-5056

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Rick Cook
Sent: Thursday, August 04, 2016 12:48 PM
To: arslist@ARSLIST.ORG
Subject: Re: Bug in Dev Studio and/or Server 9.01

**

The integer strings between a Date variable and the Date/time string might be a 
issue?

Rick

On Aug 4, 2016 10:43, "William Rentfrow" 
mailto:wrentf...@stratacominc.com>> wrote:
**
A co-worked of mine is experiencing this -

In a filter the "Run If" qualification is:

('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 90))

However, when it saves, it gets saved as this:

('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 
"12/31/1969 6:01:30 PM"))

He's tried a bunch of variations of numbers in place of 90.  Even if he puts a 
static epoch date number it still changes it to a fixed date.

Anyone else run into this?


William Rentfrow
wrentf...@stratacominc.com<mailto:wrentf...@stratacominc.com>
Office: 715-204-3061 or 701-232-5697x25
Cell: 715-498-5056

_ARSlist: "Where the Answers Are" and have been for 20 years_
_ARSlist: "Where the Answers Are" and have been for 20 years_

No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2016.0.7690 / Virus Database: 4627/12722 - Release Date: 08/01/16

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Bug in Dev Studio and/or Server 9.01

2016-08-04 Thread Rick Cook
The integer strings between a Date variable and the Date/time string might
be a issue?

Rick

On Aug 4, 2016 10:43, "William Rentfrow"  wrote:

> **
>
> A co-worked of mine is experiencing this -
>
>
>
> In a filter the "Run If" qualification is:
>
>
>
> ('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 90))
>
>
>
> However, when it saves, it gets saved as this:
>
>
>
> ('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ -
> "12/31/1969 6:01:30 PM"))
>
>
>
> He's tried a bunch of variations of numbers in place of 90.  Even if he
> puts a static epoch date number it still changes it to a fixed date.
>
>
>
> Anyone else run into this?
>
>
>
>
>
> William Rentfrow
>
> wrentf...@stratacominc.com
>
> Office: 715-204-3061 or 701-232-5697x25
>
> Cell: 715-498-5056
>
>
> _ARSlist: "Where the Answers Are" and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Bug in Dev Studio and/or Server 9.01

2016-08-04 Thread William Rentfrow
A co-worked of mine is experiencing this -

In a filter the "Run If" qualification is:

('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 90))

However, when it saves, it gets saved as this:

('Profile Status'= "Proposed") AND ('Last Modified Date' <= ($DATE$ - 
"12/31/1969 6:01:30 PM"))

He's tried a bunch of variations of numbers in place of 90.  Even if he puts a 
static epoch date number it still changes it to a fixed date.

Anyone else run into this?


William Rentfrow
wrentf...@stratacominc.com
Office: 715-204-3061 or 701-232-5697x25
Cell: 715-498-5056


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"