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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

BUG or I'm wrong? 1row script different, QVE ok,QVS wrong.with example URL link.

I have 2 qvw files with the difference as below: I have no use data of MODULE8 anywhere. but the results are different.

good.qvw:

Section Application;
LOAD [USERID],
MODULE1,
MODULE2,
MODULE3,
MODULE4,
MODULE5,
MODULE6,
MODULE7
FROM
a.xlsx
(ooxml, embedded labels, table is Sheet1);


bad.qvw:

Section Application;
LOAD [USERID],
MODULE1,
MODULE2,
MODULE3,
MODULE4,
MODULE5,
MODULE6,
MODULE7,
MODULE8
FROM
a.xlsx
(ooxml, embedded labels, table is Sheet1);


The "bug" is: good.qvw can run both in QVE and in QVS webpage. bad.qvw can show number in QVE but can't show in QVS webpage.

You can access my server by http://ciecc.ecota.com.cn/qlikview use test/test to login system and admin/admin to access qvw files.

If you need to know further details,pls reply me. thanks. My project is facing this strainge thing....

3 Replies
Not applicable
Author

good.qvw shows:

bad.qvw shows:

Not applicable
Author

the a.xlsx is the table like:

Not applicable
Author

hi who can help me.

thanks again.