Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have created line chart with following expressions
1. =num((Sum([Total release wise UAT Defects])/Sum([DefectList.No.of Iterations]))*100,'#,##')&'%'
2. =num((Sum([DefectList.No.of Iterations])-Sum([Total release wise UAT Defects]))/num(Sum([DefectList.No.of Iterations]),'###0')*100,'##,##')&'%'
it is giving output correctly. but it's not showing 0%'s and 100%'s Values in my line chart. how to show them also
This is what i created chart
Hi Frank,
Now, Again i have checked it is working thank you so much for your solution
And you have any idea about this please check once