Tips and Tricks
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Tips and Tricks
Message Icon Topic: Percentage time on bar graph in Crystal Report Post Reply Post New Topic
Author Message
info12suchi
Newbie
Newbie


Joined: 16 May 2010
Online Status: Offline
Posts: 2
Quote info12suchi Replybullet Topic: Percentage time on bar graph in Crystal Report
    Posted: 19 May 2010 at 7:28am

Hi Experts,

ing to Chart/graph the data.

 

The co-orduinates of the graph are as below.


Vw_rp_job_status.CARD_TYPE on X-axis
And the Percentage of the work completion on Y-axis.

Here is the formula for the Percentage_work_Completed.
 
numbervar WIP_Cards := (Sum ({@QA Final}, {Vw_rp_job_status.CARD_TYPE})+
Sum ({@Work Complete}, {Vw_rp_job_status.CARD_TYPE})+
Sum ({@Audit Comp}, {Vw_rp_job_status.CARD_TYPE}));

numbervar Total_Cards := WIP_Cards + Sum ({@Open}, {Vw_rp_job_status.CARD_TYPE});

 WIP_Cards%Total_Cards


But When I am trying to right click on the chart and modify the SHOW in the DATA tab. It is not showing the Percentage formula in the drop  down.

Please help me on this.

 

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.