Indicates whether any data exists in the cells intersected by the Scenario, Year, and parent and child Entity dimension members specified in the arguments.
DoesDataExist returns FALSE if the specified parent entity’s cells do not contain data, regardless of whether the child entity’s cells contain data.
<HsvData>.DoesDataExist lScenario, lYear, lEntity, lParent, pvbExist
This example shows how to call DoesDataExist and then test the pvbExist argument. If DoesDataExist returns FALSE, any code placed in the If structure would be executed. The example assumes that the variables for the member ID arguments have been previously set in another procedure.