Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have expression as below in pie chart
=Sum(Sales)
I want to show pie chart label at the side of value as in attached. I know to do this using text object. I don't wnt to use text object. Is there any way we can do this with out text object?
Thanks.
Is Hours your actual field name?
I think it would be the best to attached your qvw
sorry the actual field name is Duration. I want text in chart as Hours
I need output as below
Hours 56564
Any chance for your file Amelia as can go on and on.
Thanks..
see attached. Thanks
Try this
Dual(Name &' - '&Sum(Duration), Sum(Duration))
Maybe try a Bar chart instead. It will convey the information and be easier to manipulate.
sorry why I used to use Name? All I want is below expression
Interval(Interval#(Sum(Duration), 'ss'), 'mm')
shows value 545345345
4543534
53553453
3635
35
533563
In pie chart I need to show as
Hours 545345345
Hours 4543534
would it be possible? please help
Hi
you can use the Repeat () function
Beck
Thanks. it is not working. do I need to make any change.?
Thanks. how to use Repeat() in this case?