sqlquery

  1. S

    MACRO to extract data from HP ALM

    We have the following code as a macro to extract data from the database of ALMQC. SQLquery = " SELECT " _ & " COALESCE ( " _ & " ( tsetfold10.CF_ITEM_NAME " _ & " + '\' + tsetfold9.CF_ITEM_NAME " _ & " + '\' + tsetfold8.CF_ITEM_NAME " _ & " + '\' +...
  2. S

    Remove hard-coding from macro/SQL

    Currently, I have a macro report to pull tests from a database which is hard-coded and would like it so the end user can change the values on the tests in Sheet1 and the formula will change. Example: Sheet1: <tbody> Test #1 4846 Test #2 65489 Test #3 1289 </tbody> Within the macro...
  3. S

    Update the hard-coded line

    I have a VBA to pull data from a database, but I am trying to not hard-code it. I am needing to pull a few tests from the database and currently running it, then changing the code to update the ids. Currently: SQLquery = SQLquery & " Where t.TS_TEST_ID = '39324' OR t.TS_TEST_ID = '39166' OR...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top