Quantcast
Channel: Spiceworks Community
Browsing latest articles
Browse All 26 View Live

Find Min and Max of Invoice and payment dates

Hello all, I am struggling with something that I believe shouldn't be all that hard. Below is a sample set of data. I need to figure out how to find the date of the oldest open InvoiceAlso when the...

View Article



Find Min and Max of Invoice and payment dates

You might need to add in extra logic in your "If" statement, like this:[code]If {Command.Source} = 'Invoice' and {Command.DocDate} = minimum({Command.DocDate}, {Command.CardCode}) and{Command.Status} =...

View Article

Find Min and Max of Invoice and payment dates

That seems like a simple fix. I will try this and post back the outcome.

View Article

Find Min and Max of Invoice and payment dates

Any luck? :)

View Article

Find Min and Max of Invoice and payment dates

Hmmm, I wonder if this might be better handled in the SQL select statement e.g. could you adapt the...

View Article


Find Min and Max of Invoice and payment dates

Hello DanaR sorry for not responding sooner.   I have to many projects to stay on one to long.   I did try your suggestion but in further testing I found that it was consistently going to the ELSE...

View Article

Find Min and Max of Invoice and payment dates

I will be looking at this tomorrow.   I will plan to mark a best answer then.

View Article

Find Min and Max of Invoice and payment dates

Ok so I looked at this further and I think that the IF THEN ELSE Statement won't work in this scenario because it is checking each line to see how to evaluate the IF THEN ELSE statement.When it goes to...

View Article


Find Min and Max of Invoice and payment dates

Ooh yep, that won't work on the group footer, since it's telling you that info for the very last record that it finished processing. :) It might work if you sort if descending, so that the oldest...

View Article


Find Min and Max of Invoice and payment dates

DanaR I did find that grouping appears to be the best solution for finding these answers.   Thanks for the quick response and my slow follow up to this.  

View Article

Find Min and Max of Invoice and payment dates

No problem at all, glad to help! :)

View Article

Find Min and Max of Invoice and payment dates

I wanted to give a follow up on this and I did find another solution that works well to.  This example is to find the oldest open invoice date.  If you create a formula at the line level that checks to...

View Article

Find Min and Max of Invoice and payment dates

Nice! :) Sometimes it is easiest/safest to use multiple formulas like that, it helps for troubleshooting. Glad you got it going!

View Article

Browsing latest articles
Browse All 26 View Live




Latest Images