Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Just found a funny bug
If you try to use the expression Max(RowNo()) QlikView will crash,
but if you use max(RowNo()) - it works ![]()
the difference is only the uppercase of M and m
Regards,
Sergey
In my case it's crashing in both spellings (11.2 SR10). However this expression is useless since RowNo() gives you the row number of the resulting table hence an aggregation should always return 1.
- Ralf
yeah, I agree that it's totaly useless I even don't remember the reason why I found it.
So, it's just the way to crash qlikview if you need ![]()
On the other hand it should not crash, because if you accidentally put this calc into expression and haven't saved the app before you can loose a lot of work.
P.S. I have 11.2 SR10 as well and today it's crashing anyway