Results 1 to 9 of 9

Thread: Data Collection And Use Discussion

  1. #1

    Lightbulb Data Collection And Use Discussion

    I have never understood Spec how you do this! I don't believe you actually manually do this. Let it be your secret. You don't have to tell us
    Quote Originally Posted by Spectator View Post
    Or you can look here for the figures based on those who have updated their Trackitt profile.
    I no longer provide calculations/predictions ever since whereismyGC.com was created.
    I do run this site only as an administrator. Our goal is to improve clarity of GC process to help people plan their lives better.
    Use the info at your risk. None of this is legal advice.

    Forum Glossary | Forum Rules and Guidelines | If your published post disappeared, check - Lies and Misinformation thread


  2. #2
    Guru Spectator's Avatar
    Join Date
    Oct 2010
    Location
    A Galaxy Far far Away
    Posts
    3,337
    Quote Originally Posted by qesehmk View Post
    I have never understood Spec how you do this! I don't believe you actually manually do this. Let it be your secret. You don't have to tell us
    Q,

    It's not as bad as you would think.

    I'm reasonably handy with Excel, so that is the basis for it. I'm sure there are better ways, but my skills are not sufficient.

    Originally, I did do it manually, but it has evolved over the years because that was simply too time consuming.

    Now the only manual steps are to copy/paste the data from Trackitt into Excel and copy/paste the output from Excel into the forum.

    The data from Trackitt goes into an Excel table and then that automatically populates various analyses in another sheet. In turn, the relevant figures are automatically converted to the correct output for the forum, including forum specific formatting, in another sheet. It's then a simple copy/paste into the forum. Of course, it did take a while to set up originally.

    At one point, it was possible to do a web query from Excel on the Trackitt tracker, but Trackitt made changes last year which have broken that functionality.

    If my VBA skills were better (they are virtually non existent), I could probably automate it further within Excel.

    TBH, the most time consuming step is error checking the Trackitt data, which isn't always of the highest quality for pending cases in particular.

    It's the same with the PERM data. I originally did that all in Excel, but the amount of data became too large and took to long to run. As a solution I did a quick "teach yourself Access" (the rather ancient Access 2003 I have) and a bit of SQL sufficient to move the data to that and make the relationships between the tables and create the queries. So now, the analysis is still done by pivot table in Excel using data pulled in from Access. That's grown to in excess of half a million records now. It's a little more time consuming to generate the actual forum output, but it's only once every quarter.

    I get the DOL LCR data from dolstats/permchecker, which is analysed via pivot table. Clearly they have a means to extract the data directly from the LCR database.

    I realize I have probably given the IT folks on the forum a good laugh, but I do the best I can with the limited knowledge I have. I like problem solving and making things simpler and quicker. I find having an actual problem to solve is the best way to learn and to retain the knowledge. It may not be the most efficient though.

    I do wonder sometimes how many people actually look at the posts. I know there are a few regulars. It doesn't really matter, since I collect and analyze the data anyway and I am happy to share it.
    Without an irritant, there can be no pearl.

  3. #3
    Come on! You are underselling yourself. Calling trackitt from Excel, writing SQL queries, learning all this so that you can contribute better to the community...

    BTW - if you ever need any help with VBA/SQL/Whatever - you just need to ask and I am sure there would be enough people around who would love to help you.
    Quote Originally Posted by Spectator View Post
    I realize I have probably given the IT folks on the forum a good laugh, but I do the best I can with the limited knowledge I have. I like problem solving and making things simpler and quicker. I find having an actual problem to solve is the best way to learn and to retain the knowledge. It may not be the most efficient though.
    EB2I NSC | PD: 08/07/2009 | Forum Glossary

  4. #4
    Spec you might want to give "powerpivot" a shot. It comes free with Excel I believe 2010 and forward (you need to download the plugin). You can crunch millions of records and create data models visually.

  5. #5
    Guru Spectator's Avatar
    Join Date
    Oct 2010
    Location
    A Galaxy Far far Away
    Posts
    3,337
    Quote Originally Posted by greenercard View Post
    Spec you might want to give "powerpivot" a shot. It comes free with Excel I believe 2010 and forward (you need to download the plugin). You can crunch millions of records and create data models visually.
    greenercard,

    Thanks for the suggestion.
    Last edited by Spectator; 10-11-2014 at 04:40 PM.
    Without an irritant, there can be no pearl.

  6. #6
    Guru
    Join Date
    May 2011
    Location
    Bay Area
    Posts
    825
    Quote Originally Posted by Spectator View Post
    Q,

    It's not as bad as you would think.

    I'm reasonably handy with Excel, so that is the basis for it. I'm sure there are better ways, but my skills are not sufficient.

    Originally, I did do it manually, but it has evolved over the years because that was simply too time consuming.

    Now the only manual steps are to copy/paste the data from Trackitt into Excel and copy/paste the output from Excel into the forum.

    The data from Trackitt goes into an Excel table and then that automatically populates various analyses in another sheet. In turn, the relevant figures are automatically converted to the correct output for the forum, including forum specific formatting, in another sheet. It's then a simple copy/paste into the forum. Of course, it did take a while to set up originally.

    At one point, it was possible to do a web query from Excel on the Trackitt tracker, but Trackitt made changes last year which have broken that functionality.

    If my VBA skills were better (they are virtually non existent), I could probably automate it further within Excel.

    TBH, the most time consuming step is error checking the Trackitt data, which isn't always of the highest quality for pending cases in particular.

    It's the same with the PERM data. I originally did that all in Excel, but the amount of data became too large and took to long to run. As a solution I did a quick "teach yourself Access" (the rather ancient Access 2003 I have) and a bit of SQL sufficient to move the data to that and make the relationships between the tables and create the queries. So now, the analysis is still done by pivot table in Excel using data pulled in from Access. That's grown to in excess of half a million records now. It's a little more time consuming to generate the actual forum output, but it's only once every quarter.

    I get the DOL LCR data from dolstats/permchecker, which is analysed via pivot table. Clearly they have a means to extract the data directly from the LCR database.

    I realize I have probably given the IT folks on the forum a good laugh, but I do the best I can with the limited knowledge I have. I like problem solving and making things simpler and quicker. I find having an actual problem to solve is the best way to learn and to retain the knowledge. It may not be the most efficient though.

    I do wonder sometimes how many people actually look at the posts. I know there are a few regulars. It doesn't really matter, since I collect and analyze the data anyway and I am happy to share it.
    Spec, one word - Outstanding!!

  7. #7
    Spec - despite of what you say - it's a lot of effort and commitment. I don't think a lot of people on the forum realize it. I know a lot do. But perhaps not a lot more probably don't. Thanks anyway!
    Quote Originally Posted by Spectator View Post
    Q,

    It's not as bad as you would think.

    I'm reasonably handy with Excel, so that is the basis for it. I'm sure there are better ways, but my skills are not sufficient.

    Originally, I did do it manually, but it has evolved over the years because that was simply too time consuming.

    Now the only manual steps are to copy/paste the data from Trackitt into Excel and copy/paste the output from Excel into the forum.

    The data from Trackitt goes into an Excel table and then that automatically populates various analyses in another sheet. In turn, the relevant figures are automatically converted to the correct output for the forum, including forum specific formatting, in another sheet. It's then a simple copy/paste into the forum. Of course, it did take a while to set up originally.

    At one point, it was possible to do a web query from Excel on the Trackitt tracker, but Trackitt made changes last year which have broken that functionality.

    If my VBA skills were better (they are virtually non existent), I could probably automate it further within Excel.

    TBH, the most time consuming step is error checking the Trackitt data, which isn't always of the highest quality for pending cases in particular.

    It's the same with the PERM data. I originally did that all in Excel, but the amount of data became too large and took to long to run. As a solution I did a quick "teach yourself Access" (the rather ancient Access 2003 I have) and a bit of SQL sufficient to move the data to that and make the relationships between the tables and create the queries. So now, the analysis is still done by pivot table in Excel using data pulled in from Access. That's grown to in excess of half a million records now. It's a little more time consuming to generate the actual forum output, but it's only once every quarter.

    I get the DOL LCR data from dolstats/permchecker, which is analysed via pivot table. Clearly they have a means to extract the data directly from the LCR database.

    I realize I have probably given the IT folks on the forum a good laugh, but I do the best I can with the limited knowledge I have. I like problem solving and making things simpler and quicker. I find having an actual problem to solve is the best way to learn and to retain the knowledge. It may not be the most efficient though.

    I do wonder sometimes how many people actually look at the posts. I know there are a few regulars. It doesn't really matter, since I collect and analyze the data anyway and I am happy to share it.
    I no longer provide calculations/predictions ever since whereismyGC.com was created.
    I do run this site only as an administrator. Our goal is to improve clarity of GC process to help people plan their lives better.
    Use the info at your risk. None of this is legal advice.

    Forum Glossary | Forum Rules and Guidelines | If your published post disappeared, check - Lies and Misinformation thread


  8. #8
    Quote Originally Posted by Spectator View Post
    Q,

    It's not as bad as you would think.

    I'm reasonably handy with Excel, so that is the basis for it. I'm sure there are better ways, but my skills are not sufficient.

    Originally, I did do it manually, but it has evolved over the years because that was simply too time consuming.

    Now the only manual steps are to copy/paste the data from Trackitt into Excel and copy/paste the output from Excel into the forum.

    The data from Trackitt goes into an Excel table and then that automatically populates various analyses in another sheet. In turn, the relevant figures are automatically converted to the correct output for the forum, including forum specific formatting, in another sheet. It's then a simple copy/paste into the forum. Of course, it did take a while to set up originally.

    At one point, it was possible to do a web query from Excel on the Trackitt tracker, but Trackitt made changes last year which have broken that functionality.

    If my VBA skills were better (they are virtually non existent), I could probably automate it further within Excel.

    TBH, the most time consuming step is error checking the Trackitt data, which isn't always of the highest quality for pending cases in particular.

    It's the same with the PERM data. I originally did that all in Excel, but the amount of data became too large and took to long to run. As a solution I did a quick "teach yourself Access" (the rather ancient Access 2003 I have) and a bit of SQL sufficient to move the data to that and make the relationships between the tables and create the queries. So now, the analysis is still done by pivot table in Excel using data pulled in from Access. That's grown to in excess of half a million records now. It's a little more time consuming to generate the actual forum output, but it's only once every quarter.

    I get the DOL LCR data from dolstats/permchecker, which is analysed via pivot table. Clearly they have a means to extract the data directly from the LCR database.

    I realize I have probably given the IT folks on the forum a good laugh, but I do the best I can with the limited knowledge I have. I like problem solving and making things simpler and quicker. I find having an actual problem to solve is the best way to learn and to retain the knowledge. It may not be the most efficient though.

    I do wonder sometimes how many people actually look at the posts. I know there are a few regulars. It doesn't really matter, since I collect and analyze the data anyway and I am happy to share it.
    Spec,

    Outstanding post. Contrary to what you believe, your originality and problem solving ability will put 99% of the IT code monkeys to shame. I am one of the code monkeys myself...not afraid to admit it. I doubt if I can show the same original thought and implementation as you have demonstrated.

    I will communicate with you on the PM over the next few days to get started on my own data mining project. It is time to give back to the community.

  9. #9
    Guru Spectator's Avatar
    Join Date
    Oct 2010
    Location
    A Galaxy Far far Away
    Posts
    3,337
    Thanks for the kind words everybody.

    TBH, it felt like blowing my own trumpet, which is not my style or something I'm comfortable doing.

    I'm glad some people found the post interesting.
    Without an irritant, there can be no pearl.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •