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.


mars
  •  mars
  • Paid support Topic Starter
2008-04-23T17:24:58Z
Hi

I have a problem if I try to use 3 Variables in one (interlace Variables)

I try to run this:

{PATH(GetFileNameWithoutExtension,
{STRING(Replace,
{TRIGGER(83db0d54-e7da-47d3-8f28-f8fd2889531a,1b0d9549-5faf-4be8-bde2-9e16b9e6b2bd,File.Result.Name)}
,_,\)}
)}

Then I get no result and no error

If I run only this interlaced variable:

{STRING(Replace,
{TRIGGER(83db0d54-e7da-47d3-8f28-f8fd2889531a,1b0d9549-5faf-4be8-bde2-9e16b9e6b2bd,File.Result.Name)}
,_,\)}

I get the right Result that looks like this: MW\10YAT-APG------L\01.02.2008\29.02.2008\14XWIENSTR-ENER0.csv

When I run this Variable with hardcoded Result of the further interlaced variable:

{PATH(GetFileNameWithoutExtension,
MW\10YAT-APG------L\01.02.2008\29.02.2008\14XWIENSTR-ENER0.csv
)}

I get the right result: 14XWIENSTR-ENER0

But I would need this result with one big Variable (more than 2 interlaced variables), is this possible?
(backspaces in the interlaced variables are only made for a better understanding in the posting)

thx
Sponsor
Forum information
Support
2008-04-23T17:26:55Z
I think the problem is that you are using comma as the parameter. Try using pipe | instead of comma in all variables. Then you can use comma as parameter.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
mars
  •  mars
  • Paid support Topic Starter
2008-04-23T17:50:57Z
No, I get the same result (no result, no error)

I used this Variables:
{PATH(GetFileNameWithoutExtension|
{STRING(Replace|
{TRIGGER(83db0d54-e7da-47d3-8f28-f8fd2889531a|1b0d9549-5faf-4be8-bde2-9e16b9e6b2bd|File.Result.Name)}
|_|\)}
)}


With this Variables:
{STRING(Replace|
{TRIGGER(83db0d54-e7da-47d3-8f28-f8fd2889531a|1b0d9549-5faf-4be8-bde2-9e16b9e6b2bd|File.Result.Name)}
|_|\)}
I get a result.


If I misunderstood your previous posting, please correct the variables.

thx
Support
2008-04-25T21:52:30Z
You are correct. We only resolve 2 levels. Do you need support for 3 levels?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
mars
  •  mars
  • Paid support Topic Starter
2008-04-29T17:24:18Z
Yes, I would need more than 2 levels.
Sometimes I could use a workaround like SQL Tasks but the jobs would be easier if I could use more levels of variables.

thx
Support
2008-05-06T19:17:29Z
Please download the latest version from our site (4.9.1.). We have updated to 3 levels.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
mars
  •  mars
  • Paid support Topic Starter
2008-05-07T22:40:23Z
Thank you, I will try it in the next days.
Scroll to Top