Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Not Able to open document in aceesspoint


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

Labels (1)
11 Replies
nizamsha
Specialist II
Specialist II

what the chart object is telling out of object memory is that its showing

deepakqlikview_123
Specialist
Specialist
Author

Hi Nizam,

Actually those are bar charts.

Thanks

nizamsha
Specialist II
Specialist II

can u post  the qvw so i can have a look

deepakqlikview_123
Specialist
Specialist
Author

Actually in QVW it is opeining fine but in accesspoint when I am opening same it gives problem.

Thanks

Peter_Cammaert
Partner - Champion III
Partner - Champion III

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.

deepakqlikview_123
Specialist
Specialist
Author

In Qlikview desktop it is taking around 20 seconds to open document.

nizamsha
Specialist II
Specialist II

have u wrote lof of if condition in that chart

deepakqlikview_123
Specialist
Specialist
Author

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,

nizamsha
Specialist II
Specialist II

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