Hi Valdim,
I was trying to select the siblings for the members with Y values in the properties, but it is not working properly(how expected), let me correct the current program(editing my original post) to simplify the understanding.
Thanks for raising it.
* Well it seems that I'm not allowed to edit it anymore or I'm not capable to find it, anyway, so everyone tracking this tread, please consider the code below:
*XDIM_MEMBERSET TIME = %TIME_SET%
*XDIM_MEMBERSET SCENARIO = %SCENARIO_SET%
*XDIM_MEMBERSET RPTCURRENCY = %RPTCURRENCY_SET%
*XDIM_MEMBERSET PRODUCT = %PRODUCT_SET%
*XDIM_MEMBERSET DATASRC = USER_INPUT
//Selecting the Other Products sibling for the Product selected in the package screen to be used in the ALC_MARKET_UNITS
*SELECT (%MKT%, [ID], PRODUCT, OTHER = Y)
*SELECT (%MKTBASE%, [ID], PRODUCT, OTHER<> Y)
*WHEN PRODUCT
*IS %MKT%
*WHEN ACCOUNT
*IS MARKET_SIZE
*FOR %PRDBASE% = %MKTBASE%
*REC(FACTOR = 1, PRODUCT=%PRDBASE%)
*NEXT
*ENDWHEN
*ENDWHEN