Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello, I'm new to qlikview, I need help with a double entry excel, I can not find the way to get the excel income. Thanks for the help.
You may filter these tables by using RECNO():
Table1: LOAD .... FROM .... WHERE RECNO() >= 3 AND RECNO() <= 5;
Table2: LAOD .... FROM .... WHERE RECNO() >= 9 AND RECNO() <=11;