Hi all,
first of all - my apologies for this question and perhaps my follow up. I'm just dabbling with this first and do not have a thorough background in javascript/jquery (or is this PHP?).
However, my question is this: I pull data from a website via a winhttp request in excel. This website gives me a json from parameters I send in the body.
I found that I can add parameters by defining them - for example, I add #31 by adding as below into the body:
Now, I want to define which countries to pull. I can pull one by saying:
(this would include Sweden).
I can pull multiple by leaving the search empty, but adding:
which would give me all the country codes between "A" and "C".
However, what would I have to add if I wanted to look for an array of countries, let's say "SE, FI, NO, DE, UK" ? I have no clue how to add that in (or if it's possible at all).
Again, apologies for my question and limited knowledge, but I'm hoping that someone is able to help
Thanks!
Jasper
ps - crossposted here
Bookmarks