Hi,
I'm having a problem with a pivot table containing data from an external source: It seems that on creation of the pivot, all the records sourced from the external data are stored in the Pivot Table cache. So when I update my external data source, and refresh the pivot table, the data is...
Hi,
I'd like to remove a block of files according to their last update timestamp
e.g. rm -f *.log | datetime<01-JAN-2003
or something like that...
Thanks,
Aimee
Hi,
I'd like to split a text string on a special character...
e.g.
text=mkt_service+prox+n
var1=FUNC(text,'+',1)
echo var1
var2=FUNC(text,'+',2)
echo var2
var3=FUNC(text,'+',3)
echo var3
should give the output:
mkt_service
prox
n
Does anyone have any ideas on what the 'FUNC', or equivalent...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.