Is there a way to write a query so create a calc field with the day of day, based in Julian dates. I can set P7 to display windows long-date ("Monday, November 21, 2005"), but QBE won't allow "Monday.." Or is there a better way?
I am tracking workload statistics. I receive an ascii file with a timestamp date. I want to parse the days of week from this information, and count the number of transactions per day of week (Sunday, Monday, etc.).
You may be able to do this direct with SQL; not sure.
Not with QBE though.
You may be able to use a criteria table that has the date linked in the query to your field, and a second field that is the Day of Week for each date. Then use the criteria table in your query to get what you need.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.