Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
MiguelHathaway
Contributor II
Contributor II

Qlikview data export - Python

I'm not very knowledgeable on the subject ... I need to export a table from qlikviewer (where there is already a "Send to Excel" button). Initially I tried with Selenium, but arrived at the "second click" it does not find the text I need to filter. Searching on the net I discovered that for qlick services there are APIs, but I don't understand how to use them, as I enter qlik with credentials and on an address, I don't have the possibility to have qlick desktop. Can anyone help me?

Just to make you understand (I hope). Using the command: TellTims Survey Code

driver.find_element_by_xpath ("// div [@ id = '34 ']"). text

I find the text I click, but using:

driver.find_element_by_partial_link_text ()

I can't click in the same value

Labels (1)
  • Other

0 Replies