Is it possible to see the SQL QlikView generates when accessing the data in a database? (Something like in BusinessObjects "Show Script" option). If yes, where can I find it?
相关问题
- Qliksense REST offset pagination using loop
- How to apply market basket analysis / association
- Check SQL in QlikView
- Qlikview - Populating missing dates and peek previ
- Qlikview no data generated
相关文章
- Qliksense REST offset pagination using loop
- QlikView的产生没有数据(Qlikview no data generated)
- 检查SQL中的QlikView(Check SQL in QlikView)
- How to apply market basket analysis / association
- Check SQL in QlikView
- Qlikview - Populating missing dates and peek previ
- Qlikview no data generated
- PHP PDO ODBC连接(PHP PDO ODBC connection)
In the QVW file where the SQL exists, go to the document properties: Settings -> Document Properties -> General - check the 'Generate Logfile' checkbox. On the next reload, a log file will now be created in the same folder as the QVW with a .log extension. So if your QVW is called abc.qvw, there will be a log file called abc.qvw.log in the same folder. In this log file, the SQL which is passed to the database will be logged (this will be the sql after any dynamic elements have been evaluated - e.g. any dynamic variables which might be injected into the where clause).