i am supporting an app using msinsight to create reports from cubes. msinsight can export the reports as excel reports. these reports can be updated by clicking the "update" button. i need to find where the connection for the excel file to the cube is stored. it is not in my ODBC connections, and i cant find it in the code of my excel report. i was told here it will be in a file with the extension ".oql" or something like that, but i cant find that file anywhere either. where can i find the connection string so that i can alter it?
Thanks all