Hi,
I have 4 separate data model and published with 4 separate and independent packages. I want now to publish all 4 models in one package (independent data view but in same package ), so that I can use different data items in one active report. Just to mention that all models are from same data source.
Thanks
Quote from: b737 on 03 Dec 2015 11:16:12 AM
Hi,
I have 4 separate data model and published with 4 separate and independent packages. I want now to publish all 4 models in one package (independent data view but in same package ), so that I can use different data items in one active report. Just to mention that all models are from same data source.
Thanks
Sounds like you need to bring all four FM models together into one model? Try creating a new empty model. Add four namespaces corresponding to the names of your four existing models. Right-click on the first namespace, and use the "Link segment" option to point to the appropriate model and link it to this new model. Repeat for the other three namespaces.
You then have a model that includes the content from all four original models. You can now create and publish a package that includes everything you require from all four.
Cheers!
MF.
Thanks a lot. It works.
Thanks MFGF :)