Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have to show dimension in expression without aggregation function.
Like i have 3 columns.
2 columns added under dimension in chart property but i have to show 3rd dimension in expression without aggregation.Actually i have to shoe employee name on bar chart value point.
=count(employee) is working but =employee is not working??
How i can use dimension in expression directly??
Thanks ,
Narender
Please find attached file shared with Balraj.
Will this work?
I doubt that we can write dimension value as it is in Chart expression but same can be done in report..
I know but i have to show it in bar chart.
hi Narender
use in expresion like this
=dual(Employees,sum(SubField(Employees,' ',1)))
Then try This,