Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
in my pie chart below it is showing " the data set contains zero or negative values"
expression used: =Count({<WeekNumber={$(=vThisWeek)}>}type)
variable: =vThisWeek=Week(Today())
if I convert pie to table I didn't see any negative or zero values !
what might b the reason?
In the Properties pane for the Pie Chart, set the Limitation = Exact Value and use >0
Then uncheck "Show others" checkbox
Hi Sony,
Kindly provide sample app then we will help you more corrective manner.
Thanks,
Arvind Patil
Try
if(Count({<WeekNumber={$(=vThisWeek)}>}type))>0,Count({<WeekNumber={$(=vThisWeek)}>}type)
)
In the Properties pane for the Pie Chart, set the Limitation = Exact Value and use >0
Then uncheck "Show others" checkbox
no luck,
its giving the chart is not displayed because it contains only undefined values.
Can you share sample app?
thanks its working fine
Really nice solution, thank you!