how to create a view through TI process
Posted: Tue May 24, 2011 2:16 pm
hi ,
i have 5 dimensions (base_month_dates ,measures_machines_capacity ,base_years, ssr , fd ) in 'Sample' cube.
i want to creeate a view named 'Current' with first 3 dimensions using below script.
after creating a view , i am able to see the current view with all 5 dimensions, is there any way to restrict with 3 dimesions as per the script.
ViewCreate(Sample','Current');
ViewTitleDimensionSet(Sample','Current','base_month_dates');
ViewTitleDimensionSet(Sample','Current','measures_machines_capacity');
ViewTitleDimensionSet(Sample','Current','base_years');
ViewTitleElementSet(Sample','Current','base_month_dates',DIMIX('base_month_dates',vDate));
ViewTitleElementSet(Sample','Current','base_years',DIMIX('base_years',vYear));
ViewTitleElementSet(Sample','Current','measures_machines_capacity',DIMIX('measures_machines_capacity','WIP DH Lots'));
i have 5 dimensions (base_month_dates ,measures_machines_capacity ,base_years, ssr , fd ) in 'Sample' cube.
i want to creeate a view named 'Current' with first 3 dimensions using below script.
after creating a view , i am able to see the current view with all 5 dimensions, is there any way to restrict with 3 dimesions as per the script.
ViewCreate(Sample','Current');
ViewTitleDimensionSet(Sample','Current','base_month_dates');
ViewTitleDimensionSet(Sample','Current','measures_machines_capacity');
ViewTitleDimensionSet(Sample','Current','base_years');
ViewTitleElementSet(Sample','Current','base_month_dates',DIMIX('base_month_dates',vDate));
ViewTitleElementSet(Sample','Current','base_years',DIMIX('base_years',vYear));
ViewTitleElementSet(Sample','Current','measures_machines_capacity',DIMIX('measures_machines_capacity','WIP DH Lots'));