
Olivier Suc
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Olivier Suc-
I would like to see this feature as well. I have an app with Purchase Orders and another with invoices that are related to those Purchase Orders. I would like to filter the Purchase Orders by how m...
-
@ Kelsey. Take a look at this thread for more information on what can be done with Javascript. https://help.podio.com/hc/en-us/articles/201019358-Calculations. It is not perfect but it may help whi...
-
@Gregory, I see the problem with size for text concatenation, but for numbers references and simple calculations (sum, differences, etc) it should be something easy to implement....similarly dates ...
-
@Gregory Beaver Further to your example on Ann Donnelly, how do you access a net_days assigned to a client in the client app, from the invoice app, assuming the invoice app ask for a client app ref...
-
Gregory, Thank you for the examples. Based on them I successfully came up with 2 calculations: When_Sent // Sets filed to Date type Net_Days //Sets to Number Type d = new Date( When_Sent ); d.setD...
-
Date calculations still don't seem to work. I have an invoice app into which I enter invoices with their submitted dates. My calculation does @submitted date + @net days = @payment due date and it ...