Hi pacificprince,
I think by "filter" you meant the data filter capability where a filter condition can be set on any column?
If yes, when you create an analysis template and later re-open that template and import data, the filter does not automatically trigger.
So in your analysis template, you will need to add an additional column at the end of your import sheet, and in that column use Set Values dialog and in the Before Formula script box, enter script such as:
range r=2;
wks.ignorehidden = 1;
wks.runfilter();
where I am assuming col2 has the filter. Then set this last column to auto update.
Please contact tech support, we can help you further with this. Please refer to this post when you contact us.
Easwar
OriginLab