All Tags > CHART output target (RSS)
Sorry, but there are no more tags available to filter with.
  • RE: Chart CSV data

    You haven't provided enough information for anyone to help you. Are you getting an error? Did you try using the CHART output format? What input format are you using? What does the native format data look like? What query are you using?
    Posted to Forum by LogParser User : DEinspanjer on 11-16-2006, 2:29 PM
  • Chart CSV data

    I am trying to run a simple LP that gets memory data. That part works great and I can see the data in native format. What I want to do is look at it via chart. The CSV file would contain data like: CacheBytes,CommittedBytes 168869888,396292096 Something like this:
    Posted to Forum by LogParser User : sotherls on 11-16-2006, 10:34 AM
  • RE: How have make Null input data to not appear as zero in chart

    I added the following code as workaround in the chart config.js file: pt = chart.SeriesCollection(2).Points; for(i=0;i<pt.count;i++) // enumerate all points in collection to change color { pvalue=pt(i).GetValue(chartSpace.Constants.chDimValues); if(pvalue <= 0) pt(i).Line.Color = chartSpace.constants...
    Posted to Forum by LogParser User : corinna on 11-09-2006, 4:40 PM
  • RE: How have make Null input data to not appear as zero in chart

    Yes, I did test that on Excel. I have the csv file, and I created a chart there. The line stopped when the data is null. (Look at the attached excelchart.jpg). But I want to automate the process using LogParser... so that my script get the logon stats, generate the csv file, and plot the graph for me...
    Posted to Forum by LogParser User : corinna on 11-06-2006, 3:24 PM
  • RE: How have make Null input data to not appear as zero in chart

    LP doesn't treat a null as zero, but I think the MS charting component might. The only thing I can suggest right now is to try to output to csv and import that CSV into Excel and try using the charts there. If you can find a chart in Excel that displays the way you want, post the details here and we...
    Posted to Forum by LogParser User : DEinspanjer on 11-06-2006, 1:28 PM
  • How have make Null input data to not appear as zero in chart

    hi, I was trying to plot a graph that contains three lines (logon counts of 2004 Fall, 2005 Fall, 2006 Fall semester). But since the 2006 Fall semester is not over yet, (ie. the entries for Nov, and Dec are null). But LogParser somehow plot those values as zero (although the logparser documentation said...
    Posted to Forum by LogParser User : corinna on 11-06-2006, 1:04 PM
  • RE: Followup questions on Chart Output

    Sorry, I just searched the forums and found that I ran into this error before (see here ) In this case, double quotes are necessary, but they must be escaped from the command line otherwise your query string (which is delimited by quotes) will be broken into two separate strings which causes the first...
    Posted to Forum by LogParser User : DEinspanjer on 10-09-2006, 10:26 AM
  • RE: Followup questions on Chart Output

    Hello Daniel, I have tried before, but the output is like this: D:\Log-Walker\SLAP\SLAP1008\MSLogParser>LogParser.exe -i:evt -o:chart -e:1 "Select To_String(EventID) AS ID, count(EventID) AS number_of_events INTO 'D:\data\Sec Evt\SecEvt_EventIDFailure.gif' FROM 'D:\data\Sec Evt\secevt.evt' WHERE EventType...
    Posted to Forum by LogParser User : ricci on 10-09-2006, 9:53 AM
  • RE: Followup questions on Chart Output

    Again, you are using double quotes for your string delimiters instead of single quotes. Correct that and try again.
    Posted to Forum by LogParser User : DEinspanjer on 10-09-2006, 8:04 AM
  • Followup questions on Chart Output

    Hello All, I have read the previous Chart Output log comments. It seems that the output format is much more complicated. When I have space in path, it will not be able to process. Please advise how to fix that? Thx. Ricci ========================= D:\MSLogParser>LogParser.exe -i:evt -o:chart -e:1...
    Posted to Forum by LogParser User : ricci on 10-08-2006, 11:13 PM
Page 5 of 23 (222 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
Microsoft Communities