Hi Vadim
Yes what you put in scope is what I what to scope
*SELECT - TO DEFINE VARIABLE %DAILYTIME_SET% // set at the last day of the month for posting the value retrieved
*XDIM_MEMBERSET VERSION = ACTUAL
*XDIM_MEMBERSET CUSTOMER = < ALL >
*XDIM_MEMBERSET PRODUCT = < ALL >
*XDIM_MEMBERSET DATATYPE = VOLUME
*XDIM_MEMBERSET DATASOURCE = PIFCO
*XDIM_MEMBERSET DAILYTIME SET = %DAILYTIME_SET% // Variable find in *SELECT
For the section test logical
In bold Is my logical. We need to check if the Percent is there for ACCOUNT = VCONC_H2O. IF YES , I need to copy the value of account VCONC_W to the TARGET. I Need to do that if the PRODUCT CODE is there too in both account ( in My exemple CSI is only on VCONC_W I dont' need to copy the value assigned to CSI. This code is not assigned in ACCOUNT VCONC_H2O BUT ONLY IN VCONC_W ).
For the TIME = %DAILYTIME_SET%. I set this variable with a property in DAILYTIME dimension. with The DAILYTIME dimension I have posting each days so I retrieved all the volume for the month and I post it in the last day of the month Under NOPRODUCT & NOCUSTMER ( TARGET ) on the value date in %DAILYTIME_SET%. We don't need to have it in the Logical. Version is Actual, Customer = ALL, DATASOURCE = the value in *XDIM,
The DATASOURCE = PIFCO if we put it in *XDIM_MEMBERSET do we need to have it too in the logical ?
For the TARGET is OK what you put in BOLD will be the target
Hope I answered all the question