Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
samvile18
Creator III
Creator III

HELLLPPPP Pllleeeaaasssseeeee

Afternoon all,

I've been trying to write some syntax in one of my apps that will allow me to compare weekly results with the previous week. For some reason I can't get anywhere near what I'm trying to achieve, I'm fairly sure I've done something similar to this in the past but I can't find it anywhere!!

This is what the data looks like:

samvile18_0-1717763703329.png

So I'd like to be able to show the variance to the previous load date etc...does that make sense?

This feels fairly simple and I'm sure I'm being a total idiot!

Any help will be greatly appreciated. 

Labels (3)
1 Solution

Accepted Solutions
dmac1971
Creator III
Creator III

Hi in a straight table use the above function to capture the value from the previous date : Above(Sum([# Customers]))

Your expression will be Sum([# Customers]) - Above(Sum([# Customers])) :

 

dmac1971_0-1717764475876.png

 

 

 

View solution in original post

2 Replies
dmac1971
Creator III
Creator III

Hi in a straight table use the above function to capture the value from the previous date : Above(Sum([# Customers]))

Your expression will be Sum([# Customers]) - Above(Sum([# Customers])) :

 

dmac1971_0-1717764475876.png

 

 

 

samvile18
Creator III
Creator III
Author

You legend...why was I going for the most complex of solutions. Thank you very much