sorry, got caught up with stuff so couldnt get back any sooner. here is the link for the test data
http://spreadsheets.google.com/ccc?key=0AtDaqvCoIjcfdGp5SHotY01mcUdMOXk0NXFSVVpCZkE&hl=en
would that do or do i actually attach the file here?
got the test data and yes i did try my luck with the chart wizard but when I saw its not anywhere close to what I think it should be, reached out for help.
One idea i had was go with a pivot table/chart with the associates on y-axis, weeks on x-axis and the tasks and sum of hours per week as...
Folks: This is not a post asking for help with a problem but more like getting the ideas for the best way of plotting my graph.
I am trying to plot a graph to see where an associate is spending his/her most time - these include different activities on a day, will try to explain with an example...
@Gavin - I guess I wasnt very clear with what I want with these graphs. Its not just the trend over time but throughput in terms of a deliverable as well - whether the quality for each of the products is increasing over time (this is the reason for having bugs on the graphs) and how many test...
Thanks Skip, Unless I am missing to get what you are suggesting the graph isnt looking "pretty". I threw in the data for January with the numbers (tests created etc) on the y-axis and "month, product" ("January, Product1", "January, Product2",... ). As I mentioned, this data is cumulative and...
Hello,
I posted this question last night but it has disappeared for some reason so re-posting it.
I got some data, spread over a few months and for five products that I want to display in a line graph and I am trying to see if I can use one graph to represent all of this data. Included below...
Thanks khalidaaa for your suggestions. Why do I use SFTP - no choice but to use SFTP, directive from the security folks at work. Using .netrc - yes I am familiar with this and have used it before. I have now come to the conclusion that its not possible to do an SFTP & so giving up on this and...
Thanks Khalid, DSMARWAY for your suggestions - these are definitely options that can be considered but my question was more to do with if a SFTP file1 & is possible like how one would do a cp file1 file2 &
Thanks
John
Hello all,
I have a rather large file (~15 gigs) to be transferred from one environment to another - Is it possible to SFTP files as a background job? I tried doing a put file1 target\file1 &, knowing it wouldn't work but ...
Thanks in advance.
Hello all,
I wrote a couple procedures to go through the registry to search for a keyword but its failing midway through saying "Requested registry access is not allowed". I am running as a user with admin privileges and opened the registry as read/write, so what am i missing here?
Private...
Hello all,
I have a bunch of files that I am trying to organize
in a better way on my PC at home.
Filename for example is "Name1 - Name2 -
FileName.doc". I am looping through all the files in a
particular folder (named Misc) and use split funciton
to get "Name1", "Name2" and "FileName.doc"...
Hi,
This is probably way too simple for most of you but I work mostly on UNIX and dont have much experience dealing with micro$oft word. I have a word 2003 document with headers and footers and my footer goes like
ProjectName Date Page#
I want to modify the footer so...
Yes I did commit my changes @sem
AA - I never used an update statement with a select case - would you please point me to some documentation for the usage of update this way? I tried googling this but ended up with a lot of stuff thats nothing to do with update/select case combination.
Thanks a lot
Hi all,
I am trying to do a simple update using cursors - I get a successful response but the update itself seems to be failing and I am clueless as to whats going wrong. I am including my script below and would appreciate if some one can point me in the right direction.
declare
cursor c1...
PHV,
I am sorry for not noticing your post in the first place. I invoked the script the awk way and gave me the exact result I wanted, though not knowing squat about awk confused me a little about the usage. Thanks for the excellent tip - any web sites with awk tutorials?
Thanks for the inputs provided and I realized after posting that I havent checked the logs for any wild cards (*) and today after coming in to work when I looked at my logs, there was a ***** response ends ***** which was causing all the trouble. When I removed these charachters, my output...
I am trying to get a count of the number of characters per line in a file by name Application.log by doing a
#!/bin/ksh
for lines in $(cat Application.log)
do
count=$(echo $lines | wc -c)
echo $lines char count: $count >> WC.out
done
I am getting the character count and in addition to...
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.