I need the value of last year revenue of the month = current month.
I then want to take that value and multiply it by .20.
I need the value of last year revenue of the month = current month.
I then want to take that value and multiply it by .20.
Try:
([last year revenue of the month = current month] * 0.20)
how do you get the [last year revenue of the month] column?
Meaning - i do not have a virtual nor column saying this. My table is filled with past information - but not one with that column.
Here is my table so far:
I want to be able to show proj revenue based on last year month revenue = current month * .20
Tiger:
how do you get the [last year revenue of the month] column?
How do you think it would be done?
I am not sure based on my table. I am having trouble getting it to know my current month in relation to that same month a year ago.
Thanks Steve
Steve i am still struggling on this.
I have created several VC and i cannot seem to get the solution.
I have tried creating:
VC Current Month
VC Current year
VC Last year same month
VC Last year
I was going to then write the expression to give the last year revenue of the same month = to this years month.
I cannot figure this out.
Example of what i need:
We are in the month of November.
So i want 2019 month of November Revenue value. I then want to multiply that by .20
Like this?
(
SUM(
SELECT(
table[Revenue],
((EOMONTH([Date], -1) + 1) = (EOMONTH(TODAY(), -13) + 1))
)
)
* 0.2
)
Replace table with the name of the table.
Where is that error displayed?
Please post a screenshot of the expression as entered.
Is the Date column in the app of type Date?
Please use Test from Expression Assistant and post a screenshot of the entire window (minus any browser stuff) showing the error.
I have no explanation for that! I’m able to do the date comparison just fine.
Are any of your Date column values blank or not dates?
No, blank rows are ignored by AppSheet.
I have no idea what’s going wrong. I think you’ll need to engage support@appsheet.com to troubleshoot.
Is spreadsheet column C (the entire column) formatted as plain text?
Yes. Please format the entire column as plain text, at least for troubleshooting.
Please also delete all blank rows and columns, so that the entirety of the spreadsheet only consists of the columns used by your app and the rows with data.