Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please find attahed screenshot.
When I am trying to open document in accesspoint it is not showing chart and only loading.
Can you please suggest on this.
Thanks ,
Deepak
what the chart object is telling out of object memory is that its showing
Hi Nizam,
Actually those are bar charts.
Thanks
can u post the qvw so i can have a look
Actually in QVW it is opeining fine but in accesspoint when I am opening same it gives problem.
Thanks
Are you sure the document is correct and does work outside of the accesspoint? Try for example to open the document in QlikView Desktop with the same amount of data and check how long it takes to display the objects in question.
In Qlikview desktop it is taking around 20 seconds to open document.
have u wrote lof of if condition in that chart
Hi Nizam,
Expression that I have used is as per below,
dual
(count(distinct EnquiryID)/1000 & ' (' & num((count(distinct EnquiryID)/count(distinct total EnquiryID)), '0.00%') & ')', count(distinct EnquiryID)
For first chart
and
dual
(count(distinct EnquiryID)/1000 & ' (' & num((count(distinct EnquiryID)/count(distinct total EnquiryID)), '0.00%') & ')', count(distinct EnquiryID)
)
For second chart.
Thanks,
so chart expression is the problem may i know ur dimension and ur expression
if chart take long time to open mean in dimension u might have used the aggr or in ur expression u have written lot of if condition these r the thing it will slow the chart performance if its not mean
create a new chart using the same dimension and expression and check