Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Exploit Info
2008-10-02T17:07:34Z
Hello,
I want to store in a user defined variable the result of a variable like {DATEFORMAT(yyyyMMdd)}.
I do not want that my udf contain {DATEFORMAT(yyyyMMdd)} but 20081002.
How do make it ?

Thanks

Patrick
Sponsor
Forum information
Support
2008-10-02T18:27:06Z
Can you describe more exactly how you plan to set this up?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
ErikC
2008-10-02T19:43:24Z
I think you need to use a job for this.

You need a user defined variabele.
In you job use the set variable task and use {DATEFORMAT(yyyyMMdd)} as the value.
Now you should have the value 20081002 in your udf.

Regards
Erik Christoffer
Uses Visualcron since 2006.
Exploit Info
2008-10-03T11:48:22Z
Hello,
No ErikC, i tested this and the udv contain {DATEFORMAT(yyyyMMdd)} and not the value.
In this case the udv is dynamic variable and I want a static one.
Henrik, I just want the possibility to store in the udv the result value of a dynamic variable.
Or (best) the possibility to choose to keep the variability or not !
For example I want to store the date of the last run of a treatment.

Regards

Patrick
ErikC
2008-10-03T13:55:57Z
Ok,

So I tried it myself...:-s and you're right!
The variable string {....} is saved into the variable, not the result of it.

So the set variable should have some setting that you want to store the result of the variable in it, not the actual variable string.

I think it's a feature request.

Regards
Erik
Uses Visualcron since 2006.
Support
2008-10-05T17:26:14Z
Yes, I suspected this. I am moving this to feature requests.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top