I have data with the following columns:
- Date
- Income
3.Expense
How do I calculate the savings by year? I have already Extracted year from the date.
I have data with the following columns:
This is the first app I am building and have no knowledge about any of this. Can you elaborate on the relation columns?
When i try to create one that matches year with itself it shows the data from the categories column.
These are the columns that I have
What the relation actually shows as a result is irrelevant. It’s creating a connection to ROWS, not a specific column. If you see anything in a relation column, that means it returned all Rows that have matching values in the columns you used to create the relation.
After creating the relation, did you follow the rest of @Darren_Murphy’s steps?
Yes! I got it. Thank you so much.
It worked! Thank you so much
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.