Hi Guys,
So just like the title says...running a query on facebook's open graph, and have a query that works fine, but need it to do a little bit more:
Here's the steps I'm lookin for:
1) I put in "BobsBurgers" in cell A1
2) Query recognizes "BobsBurgers" is the page on facebook to go to, and heads off to gather all the data.
3) If successful, query populates columns A2:A20 w/ the various parameters from facebook's open graph. If not, msgbox w/ error appears.
4) I can then head down to cell A2, input "JimmysHotDogShack", and have the process repeat itself.
As I mention, I already have a working query, but here are the area's giving me trouble:
1) I don't know how to have the query pull in the String from cell A1...I have to hardwire the query each time to get it to run.
2) Once the query is able to be populated w/ the data in the first cell, the data return could be inconsistent. In other words, Bobs might return all 20 columns of data, while lazy Jimmy only bothered to fill in 10 columns worth of data. I don't mind if the values input in the table are null, but while running the static power query, I noticed in the results it only shows the columns which aren't null. Not sure if that could pose a problem, or how to make the query return a null response if a parameter it is looking for is blank.
Thanks again for any help guys!
So just like the title says...running a query on facebook's open graph, and have a query that works fine, but need it to do a little bit more:
Here's the steps I'm lookin for:
1) I put in "BobsBurgers" in cell A1
2) Query recognizes "BobsBurgers" is the page on facebook to go to, and heads off to gather all the data.
3) If successful, query populates columns A2:A20 w/ the various parameters from facebook's open graph. If not, msgbox w/ error appears.
4) I can then head down to cell A2, input "JimmysHotDogShack", and have the process repeat itself.
As I mention, I already have a working query, but here are the area's giving me trouble:
1) I don't know how to have the query pull in the String from cell A1...I have to hardwire the query each time to get it to run.
2) Once the query is able to be populated w/ the data in the first cell, the data return could be inconsistent. In other words, Bobs might return all 20 columns of data, while lazy Jimmy only bothered to fill in 10 columns worth of data. I don't mind if the values input in the table are null, but while running the static power query, I noticed in the results it only shows the columns which aren't null. Not sure if that could pose a problem, or how to make the query return a null response if a parameter it is looking for is blank.
Thanks again for any help guys!