steverdan
Participant
Member since ‎2013 Apr 30

User Statistics

  • 168 Posts
  • 1 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

I am working on a report with multiple sub-reports. Over the weekend my sub-reports started failing, most due to connection issues with a local DB vs our box software sequel server db. However, I have got one sub report that simply gives the error of...
I have 2 databases on a sub report that I am pulling data from and I see both on the Database Expert. However when I attempt to run the report, it errors out and says the 2nd database table cannot be found. I have double checked everything on spellin...
Here is the formula I am using, but I am pulling in dates where the order is due say 7/7/23 but the ship date was 6/30/23. What am I missing? it also keeps removing the first set of grouping parentheses that groups lines 1 and 2. ({Delivery.Shippe...
I am looking for a duel qualifier when it comes to dates. I would like to find all of the orders that shipped late based on {shipped.date} {due.date} SO I got the {shipped.date} > {Due.date} and that returns orders that have shipped late late, ...
I am trying to get sales totals available for this month and any previous late orders. I can manually enter the date, but is there a way to do <= current month?