Cross tab IF statement

  • Thread starter Thread starter nathan_savidge
  • Start date Start date
N

nathan_savidge

Hi

I have a database that imports 50 spread sheets each week. What i have is a
cross tab query based on a date criteria (IMPORT_DATE) being >=date()-7.

This works fine. I use this as a way of checking the import as each row
count should go up or plateau each week. Can i tag an if statement on the
end to check that this is the case i.e. iif(last week row count <=this week
row count, "OK", "CHECK")

TIA

Nathan.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top