google visualization error on vTiger module page - google-visualization

trying to display google chart on vTiger module page, but get the google-visualization error: "a is not a function". Please help

Related

How to Delete records using Odata Dynamics NAV 2017 web services - Error in query syntax

I'm trying to delete a record in the User Personalization table. I use the primary key User_SID and get the following error:
error
Articles:
https://community.dynamics.com/nav/f/microsoft-dynamics-nav-forum/374872/odata-rest-web-services---not-able-to-delete-sales-order
How to Delete records using Odata Dynamics NAV 2017 web services
These are articles that I used to help set up the api-call. In my eyes there is no difference, but my call doesn't work.
Can someone help? Thanks! :D

PowerBI Desktop is not supporting 'Annotation' Schema element from OData Feed

In PowerBI Desktop, I'm trying to connect to my OData feed which returns Entity Properties with Annotation that defines the property display name (like this). But, PowerBI is not accepting the response. Instead it throws this error
DataSource.Error: OData: The feed's metadata document appears to be
invalid. Error: The metadata document could not be read from the
message content.
UnexpectedXmlElement: The schema element 'Annotation' was not expected
in the given context
Is there anything to do with Version? I even tried with ODataVersion=4.0 in Power query Advanced editor, no luck. What am I missing?
I appreciate any help in advance

Power BI visuals tools for custom views

I am trying to use PowerBI-visuals-tools. I am following the steps as per they mentioned. I am able to start the server from command line as below
But, in the browser, I am getting blank page. I saw the error in console coming as
Visual constructor undefined
visual.ts:36 Uncaught TypeError: Cannot read
property 'element' of undefined at new Visual (visual.ts:36) at
Object.create (visualPlugin.ts:8) at (index):20
Can you please help why am I getting this error even I followed the steps from Github?
Thanks in advance.
The debug visual is currently only available in the Power BI Service. You can navigate to https://app.powerbi.com/ and open any reports, then add the debug visual.
You'll see the hello world visual if the server is up and running.
For more details, please check out this.

Unable to click on Google Hangouts button

I am unable to click on the 'Answer call' button in Google hangouts webapp [hangouts.google.com]. I can see the element in the developer console. However, when I try to reference the element in python, it throws an NoSuchElementException error.
answer_call = browser.find_element_by_css_selector('.button.phroHd.jcsSsc')
Just wondering if anyone has any ideas. Thank you.
iframes = browser.find_elements_by_tag_name('iframe')
browser.switch_to_frame(iframes[6])
browser.find_element_by_css_selector('button.phroHd.jcsSsc').click()

How to integrate google analytics in django admin panel?

I m a newbie to django admin.I wanted to integrate Google Analytics to my admin panel so that I could see all the graphs and analytics data in my admin dashboard itself.I have registered with https://analytics.google.com/analytics and got all the necessary id's like tracking id and all . Can somebody guide me getting this thing done ..
Thanks in advance