Hi everyone!
I've been trying to establish a data connection to an online JSON file. This seems to work just fine, but part of the URL is a date, like so:
https://www.sampleurl.com/api/file.json?id=25&start=2019-01-01&limit=2500
I'd like to be able to have that date automatically be today's date (so as a variable), so that all the data that is loaded in is relevant to me. Anything in the past is not...
I've been trying to get this to work using parameters, but so far no luck as I'm pretty new to working with them. Is this even possible? All the information I've found so far have been using other Excel versions that don't seem to match with mine, I'm using Office 365 ProPlus (version 1903). If at all possible I'd like to avoid using VBA or add-ins.
Thanks in advance for any help, I appreciate it!
I've been trying to establish a data connection to an online JSON file. This seems to work just fine, but part of the URL is a date, like so:
https://www.sampleurl.com/api/file.json?id=25&start=2019-01-01&limit=2500
I'd like to be able to have that date automatically be today's date (so as a variable), so that all the data that is loaded in is relevant to me. Anything in the past is not...
I've been trying to get this to work using parameters, but so far no luck as I'm pretty new to working with them. Is this even possible? All the information I've found so far have been using other Excel versions that don't seem to match with mine, I'm using Office 365 ProPlus (version 1903). If at all possible I'd like to avoid using VBA or add-ins.
Thanks in advance for any help, I appreciate it!