New to the platform. I am trying to SUM a column fixed on another column. In the tableau world the level of discovery functions handled this.
I am using two columns, one is a string FISCAL_MONTH_CODE. The other contains 1s and 0s for every day in the month basically identifying if it is a weekday Y|N. I want to lock in on a FISCAL_MONTH_CODE and total all of the ones for that month.
A tableau example would read as:
{ FIXED FISCAL_MONTH_CODE : TOTAL(IS_WEEKDAY) } This would place a value of 20 for every day in fiscal month of Feb 2020.
I then need to be able to look backwards and forwards and do the same. For Instance on Saturday Feb 15, 2020 I need to be able to see that 10 weekdays have passed and 10 weekdays remain in the fiscal month.
I apologize if these are trivial questions, I am just getting started on the platform and have not had any luck on the google...