Type =Minute,Day,Week..
Value=1,2,3...
In ninjascript where can I access this information? For instance, if I have a chart of x minute data, I want to know what the NextTime is going to be, so NextTime=Time[0].addminutes(x);
Where can i find x and also the Type of compression.
TIA. W2

Comment