Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi , I have a straight table with a dimension and several Expressions. I did sort By number desc ,Text A-->Z . It was working fine until Null Values dont come up. Null Value doesn't sort function. How can i show only Null Value at end(last row) still keeping my original sort for other dimension values A-->Z. I attach example qvw Please respond with example qvw file. Thanks in advance
Hi,
Attachment missing
Regards
ASHFAQ
Example here~~~
File not opened giving error
Document corrupted
Cannot open
Regards
ASHFAQ
Upload done~
You need to give a flag as
if(now(2) - Date(Date#(LAST_UPDATE_DATE_TIME, 'YYYYMMDDhhmmss'), 'YYYY-MM-DD hh:mm:ss')=null(),0,now(2) - Date(Date#(LAST_UPDATE_DATE_TIME, 'YYYYMMDDhhmmss'), 'YYYY-MM-DD hh:mm:ss'))
Now just Order it in the script as you want or use an expression to sort in your object.
could you give me example qvw file?