Yes as long as you set up the view correctly.
I tested this on MIP 3.2 using the Sample Retail Template thus:
- Moved the sample files to the public work group in the file system (set up the data from the documenation link above)
- Created a dataset view of the portfolio dataset:
libname mipport "<SAS Config>\<Risk Work Group>\SASModelImplementationPlatform\input\portfolios" ;
data mipport.myView/view=mipport.myView ;
set mipport.retail_portfolio_10000 ;
run ;
Note: it is important that you use the "mipport" as the library reference
- Then followed the steps in Submit a Portfilo Cube Run (from the documenation link above), replacing retail_portfolio with myView is step 6 "In the Portfolio data field, click Select. Then, choose the mipport library and the
retail_portfolio_10000 myView data set."
The cube ran successfully,
I would recommend you try the same steps to confirm, then carefully test for your portfolio data.