I'm relatively new to OLAP data sources. Has anyone attempted to create local cube slices from an OLAP source through Visual Basic using SQL queries instead of MDX queries? I have the Visual Basic structure set up and am able to create a full local cube based on the OLAP server using the typical Select/From SQL structure. I have also been able to create CUBE slices using Select/From/Where syntax. The problem is that depending on the dimensions I choose in the the Where clause I receive the following error...
"Error while processing a partition: 'Processing error [No members where found in the dimension] Measures'.
Is there a way to ignore the offending dimension and continue processing?
Thanks.
"Error while processing a partition: 'Processing error [No members where found in the dimension] Measures'.
Is there a way to ignore the offending dimension and continue processing?
Thanks.