Forum Discussion
Randyr
9 years agoFrequent Visitor
ODBC Error with Cache DB
Hello, I am brand new to Power BI and I am trying to pull data in from Avaya Aura Contact Centre which is an Intersystems Cache DB. I am able to see the tables however when I select one of the t...
- Anonymous9 years ago
Hi Randyr,
Glad to hear the issue is solved. You can accept your reply as answer, that way, other community members would benefit from your solutions once they get same issues.
Thanks,
Lydia Zhang
hugoberry
9 years agoResponsive Resident
What happens if you escape the quotes?
select ""Timestamp"" , ""ApplicationID"" , ""Application"" , ""CallsAbandoned"" , ""CallsAbandonedAftThreshold"" , ""CallsAbandonedDelay"" ,
Randyr
9 years agoFrequent Visitor
Thank you, adding escape quotes did not work unfortunately.
- Randyr9 years agoFrequent Visitor
I got it! I just changed it to a simple SQL query. SELECT * from iAgentPerformanceStat
Thank you for the help!!
- hugoberry9 years agoResponsive ResidentAha, so probably using the query without quotes would have worked as well:)
Glad that you've sorted this - Anonymous9 years agoNot applicable
Hi Randyr,
Glad to hear the issue is solved. You can accept your reply as answer, that way, other community members would benefit from your solutions once they get same issues.
Thanks,
Lydia Zhang