Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In one of our pivot table we want to show "No records found for the selected date range" whenever there is no records found. If it possible to show this message without using the formula/expressions? Please help
this may help you..
see the attachment
I don't to use the same expression in the calculation to check whether the count is zero or not since expression is complex and taking too much time since the data volume is more. Is there is anyway to the message when there is no records found.
Thank You! I tried it but it is not showing any message.
If you just copy the same expression and paste in another place, qv doesn't re-calculate it but reuse the calculated value from cache (but is has to be exact match, refer :The QlikView Cache for maore info). Hence, you can use the same expression.
could you please share your file ..will check whats the issue
Could you post a sample?
1) Create the text object on top of the chart with required message.
2) Set text object layer as Top & chart layer as Normal (See Layout tab)
2) Now put your calculation expression like below in Conditional (In layout tab of text object).
=if( YourExpression =0, 1,0)
So when condition is satisfied, text object will appear with message else text object will be hidden
Sorry I cannot attach QVW file due to security reasons. You may take any charts as an example try to show any message whenever no records exists for the selected date range.