1.How will u implement drill-thru from powerplay to impromptu? 2.How will u highlighting the data other than conditional formatting? 3.What is 4-4-5 weeks in powerplay?Why r u using this? 4.Why r u using multiple data source?and why cant u use single data source? 5.How will u improve the performance of the cube? 6.How will u relate the sources in transformer? 7.Have u faced any errors while generating the models? 8.What is uniqueness error? 9.What is the use of Unique property? 10.Why there is a property called move?what is its use? 11.If u right-click one level u can see the properties?In that one drill thru property is there in source tab?What is the use of this? 12.What is use of before rollup and after rollup?
RE: 1.How will u implement drill-thru from powerplay t...
12.What is use of before rollup and after rollup?
Ans
Before roll up:Calculations are calculated on source values when the cube is build Afterrollup: Calculations are calculated on after building the cube.
RE: 1.How will u implement drill-thru from powerplay to impromptu?2.How will u highlighting the data other than conditional formatting?3.What is 4-4-5 weeks in powerplay?Why r u using this?4.Why r u using multiple data source?and why cant u use single dat
Why do we use multiple data sources?
Ans - It is a good practise to separate the FACT and Dimension IQDs the dimension iqds execute quickly while the FACT iqd takes longer time to generate data/populate the cubes. For performance (cube build time) reasons it is good to have an iqd for each dimension table/view.
RE: 1.How will u implement drill-thru from powerplay to impromptu?2.How will u highlighting the data other than conditional formatting?3.What is 4-4-5 weeks in powerplay?Why r u using this?4.Why r u using multiple data source?and why cant u use single dat
Try to limit the data in the iqds to the bare minimum i.e. only fetch the data that is essentially required in your report via the iqds and check the 'auto-partition and passes' on the cubes. Higher partition size will build cube faster but will have slower access (by users). Have separate iqds to separate data fetches from multiple tables.