asciioutput not working
Posted: Sun Oct 03, 2010 9:29 pm
Hi,
I've had a chore setup up to output a view daily. This view has a single value only and up until last week it worked fine. Now it creates no output file at all. There is data in that view, I can see it in the preview section on the datasource tab. I tried moving the piece of code to the Prolog tab and metadata tab, with no luck. I've tried changing the elements of that view, to isolate whether it was an element problem, but still no output. there has been no change to any system process. what's going on?
Data Tab:
sToday=date(dayno(Today(1))-1,1);
sDate = SUBST( sTODAY, 1,4) | SUBST( sTODAY,6,2) | SUBST(sTODAY, 9,2);
sFilename3='TM1_RollupBalance_'|sDate|'.DAT';
ASCIIOutput(sFilename3, NewAccounts, NumberToString(Value));
Thanks in advance
I've had a chore setup up to output a view daily. This view has a single value only and up until last week it worked fine. Now it creates no output file at all. There is data in that view, I can see it in the preview section on the datasource tab. I tried moving the piece of code to the Prolog tab and metadata tab, with no luck. I've tried changing the elements of that view, to isolate whether it was an element problem, but still no output. there has been no change to any system process. what's going on?
Data Tab:
sToday=date(dayno(Today(1))-1,1);
sDate = SUBST( sTODAY, 1,4) | SUBST( sTODAY,6,2) | SUBST(sTODAY, 9,2);
sFilename3='TM1_RollupBalance_'|sDate|'.DAT';
ASCIIOutput(sFilename3, NewAccounts, NumberToString(Value));
Thanks in advance