473,385 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

6 results in same day display in graph

i am trying to take a query that currently is pulling the user name from a directory that holds all users against a user log on for different sites for who is on the system at the snapshot time but cannot seperate the date from the time and get the graph to display properly. but when i use this query i get the data i want displayed but trying to display it in a chart i only show the date and total of that date not seperated by the times, which are pulled at 10:10, 11:10, 12:10,13:10, 14:10 and 15:10 from the server itself for who is logged in currently.

Expand|Select|Wrap|Line Numbers
  1. SELECT Directory.Warehouse
  2.    , User3.[date/time]
  3.    , Count(User3.ID) 
  4.       AS CountOfID
  5. FROM Directory INNER JOIN 
  6.       User3 
  7.    ON Directory.[User ID] = User3.ID
  8. GROUP BY Directory.Warehouse
  9.    , User3.[date/time]
  10. HAVING (((Directory.Warehouse)="11"));
Aug 19 '13 #1
1 977
zmbd
5,501 Expert Mod 4TB
First I strongly advise you to rename your [Date/Time] field if possible...

-alphanumeric:
Access 2007 reserved words and symbols
AllenBrowne- Problem names and reserved words in Access

If this is from a server, then your DBA has done you no favors in using reserved words and symbols and IMHO should be sent back to remedial database design.

If the query is displaying the correct information, then (not to state the obvious :-D ) something in the chart formatting may be off.
Open in design mode.
Right click the axis in the chart
Select formt axis from the pop-up menu
Set the scale and the number formating

yea.
Aug 20 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: edward hage | last post by:
Hello. I am just starting out in php. First I installed Apache-server in Windows, everything worked fine. Now in Linux and php-scripts work fine, except this one. Seems that variables cannot be...
33
by: genc_ymeri | last post by:
Hi over there, Propably this subject is discussed over and over several times. I did google it too but I was a little bit surprised what I read on internet when it comes 'when to use what'. Most...
6
by: supasnail | last post by:
I've been going round in circles here trying to get this to work and my ignorance of ASP is now showing me up. I want to construct a query string to allow me to filter entries to be displayed on...
10
by: KiwiGenie | last post by:
I have an unbound form with text and combo boxes for entering search criteria . When Search button is clicked it builds a sql statement and assigns it to the recordsource of a subform. The subform...
0
by: GKAdmin | last post by:
Hello, I am currently doing a report in Reporting Services. I can pull the data up fine and have it layed out close to what the user is wanting with one exception. One of the fields I am having to...
4
by: AR123 | last post by:
Hi I have created a form and need a bit of help with my javascript? My for is created using HTML and its using media surface. The form is set up to submit to an email. the problem is I have a drop...
1
by: ghjk | last post by:
I want to display a graph according to the 3 user inputs. two drop down and one radio button. how can i combine to all to display a graph?
1
by: ahron90 | last post by:
Hi, I'm working on a project which requires me to plot a graph using Visual Studio ASP.Net from a data I've collected either in .txt or .xml format. The data consist of, eg. 15 records, but I'm...
1
by: Nita Kamat | last post by:
I have a simple .net form with two input boxes to choose the event and location. On button click, an xml url is built and this xml file is read using ReadXml, dataset is built and the results are...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.