Questions tagged [auxil-excel-add-in]

Auxil Excel Add-In is an Excel add-on which allows retrieval of data from Exact Online into Excel using Invantive SQL. Include SQL statements and/or block definitions to reproduce the problem. For product questions use Super User.

4 questions
0
votes
1 answer

How to switch focus between parent application and WPF forms?

I am developing an Excel Office Addin in which I am using WPF form, I was able to create a form and show it on button click with the help of the below code UC frm = new…
Sam K
  • 332
  • 1
  • 6
  • 19
0
votes
1 answer

Project Report with internal rate from Exact Online in Invantive SQL

I would like to make a report in Invantive using the internal rate from Exact Online Projectmanagement. I am not able to find the right table for this report. I can't find the information which has the dates with corresponding internal rate per…
0
votes
1 answer

Retrieve list of accounts with specific classification

I want to retrieve a list of customer names and a list of the assigned account manager and region as registered using a custom property. Using the following query, I get multiple lines per customer: select accountclassifications_account_name , …
Guido Leenders
  • 4,232
  • 1
  • 23
  • 43
-1
votes
1 answer

Why does window System dynamic comment is not work in excel?

I am working with office js. my add-in inserts a comment in the cell that is working properly with mac system office and office 365 but I can't insert comments in the windows system office. the version of office 2016. what did I do wrong? Please…