Including default Data periodicity for Exploration in the AFL

HI,
I set different data Periodicity in the exploration analysis settings for different AFL.
Sometimes i forget to change the appropriate Periodicity to the particular AFL.
Is there a way to set default Periodicity in the AFL,so that i do not need to change the periodicity in the settings window every time when i explore...
Can anyone help in this regard?

Rgds..

Periodicity

You should be using Analysis project file (.APX) - File->Save As.. and later File->Open. Analysis project contains BOTH formula and ALL settings.

1 Like

Thanks a lot..It worked like charm....

You can also perform a check in the Formula files and remind yourself with appropriate output.

if( Interval() != inDaily ) {
// if not Daily
}

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.