I want to multiple all column values together given they before given date.
table A with values looks like
date/ value
and then there is a second table (B) with dates and values
I want to multiple all values in table A with dates earlier than a date in Table B, times the value of that given date in table B
I can't get anything to do what I want,
table A with values looks like
date/ value
and then there is a second table (B) with dates and values
I want to multiple all values in table A with dates earlier than a date in Table B, times the value of that given date in table B
I can't get anything to do what I want,