Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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....
hi who can help me.
thanks again.