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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Pie chart issue between desktop and access point

In one of the pie chart i have issue in value display in Access point where as in desktop i don't see this issue.

Attached screen shots for reference.

I am using Chrome browser to view in access point.

Env. details

Developed using Qlikview 12.x version in desktop and published in Qlikview 10 server.

Please let me know how i can resolve this issue.

Following are already tried

1. Publishing the document with some changes in the dashboard.

2. Restarted all services and again published the document.

Thanks and Regards,

Vinod V

4 Replies
Anil_Babu_Samineni

What expression you used?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vishsaggi
Champion III
Champion III

Does your expression has any Concat() or Repeat() functions?

Anonymous
Not applicable
Author

the expression is as follows for one of the value in pie chart

This is to get latest month data we are using set analysis similarly I have other  % calculation done

sum({<Month_Year={'$(vMaxMonth)'}>} LeaveHours) /

(sum({<Month_Year={'$(vMaxMonth)'}>} LeaveHours) +

sum( {<Month_Year={'$(vMaxMonth)'}>} IdleHours)+

sum({<Month_Year={'$(vMaxMonth)'}>} TrainingHours)+

sum({<Month_Year={'$(vMaxMonth)'}>} MeetingHours)+

sum({<Month_Year={'$(vMaxMonth)'}>} MissedTimeSheet))

Anonymous
Not applicable
Author

no not used