However, i don't want to use the field "originalDate" for my date selection. I want to select a date using the field "selectedDate" which is a field from island table and get the same cummulative DVA based on the selectedDate.
[EPM_Fund_Data]: LOAD [originaldate]& '|' & [strategy] AS KEY, [originaldate] AS [originaldate], [fund] AS [fund], [dva] AS [dva], [nav] AS [nav], [strategy] AS [strategy]
RESIDENT RestConnectorMasterTable;
NoConcatenate SelectableDates: LOAD distinct originaldate as originaldate resident RestConnectorMasterTable;