jpol
(Judy Poling)
February 12, 2025, 7:54pm
1
I have created a BAQ that I want to export to Excel. This BAQ will only run On-Demand, it will not be used every day.
I have another Excel file that I want to add formula’s to that will import the information from the exported file.
So, can I give my exported file a specific filename that will be used each time it is sent to Excel?
Or is there another way to do this?
Thank you!
You can use the BAQ Export Process for this.
2 Likes
jpol
(Judy Poling)
February 13, 2025, 1:11pm
3
Thank you for the response, but I don’t want to export the BAQ I want to export the DATA from the BAQ
1 Like
estm8ben
(Ben Stohr)
February 13, 2025, 6:44pm
4
I suggest you develop a BAQ report. That way you can run the report “On-Demand” and you control what it is titled as.
Your report format can still be as Excel.
Ben
jpol
(Judy Poling)
February 13, 2025, 7:15pm
5
I’m going to try to be more clear on what I am asking - After I run my BAQ I have my data - from there you can copy the data to excel.
My question: When you ‘copy the data to excel’ is there a way to give it a specific filename and location rather than a system generated filename?
jgehling
(Jeff Gehling)
February 14, 2025, 3:00pm
6
Rename the actual Excel file and move it where you want it on your computer?
jpol
(Judy Poling)
February 14, 2025, 3:10pm
7
I’m trying to avoid doing that.
What I want to have happen when the Data is copied to Excel:
I have another excel spreadsheet let’s call it spreadsheet A that holds specific information
When the Data from the BAQ let’s call it spreadsheet B is copied to Excel I want it to be read into spreadsheet A (via a vlookup).
I need to have a specific filename in my vlookup formula in order for that to happen - that is why I want to “copy the BAQ Data to Excel” with a specific filename.
jgehling
(Jeff Gehling)
February 14, 2025, 3:11pm
8
The BAQ export process should do it
jpol
(Judy Poling)
February 14, 2025, 3:17pm
9
Someone mentioned that earlier. I’m not sure if I was looking at the correct screen but all I could do was download the BAQ not the data from the BAQ.
Do I need special permission assigned to me to access that screen?
josecgomez
(Jose C Gomez)
February 14, 2025, 3:50pm
10
@jgehling is right you want to run the BAQ Export Process. Not Action → Export BAQ, but the actual menu called BAQ Export Process.
1 Like
jpol
(Judy Poling)
February 14, 2025, 3:52pm
11
Excellent, good to know that there is a difference.
Would you happen to know if I need special permission access the program?
josecgomez
(Jose C Gomez)
February 14, 2025, 3:56pm
12
Nothing any more special than access to the menu.
Joeman
(Joel Manhede)
March 11, 2025, 3:42pm
13
Create an API key, then use the REST API, once done you have an url, which you will paste on the get data from web in excel