Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an app with a drop down input that has values 'Jan-2023','Feb-2023','Mar-2023' etc.
I need to make a column in the table that shows the amount specific to the month based input but at the Account and Seq group level .
Data available
If the user selects 'Feb-2023'. It should show the amount specific to the date but at the group level. If it doesn't exist it should show 0.
Output:
If the user selects 'May-2023':
output
I tried different aggregations but nothing works.