Hi All,
I need to display the data with the alias name in pie diagram.
Eg:If the displayed Employee Name is Jack Canfield then I should be able to alias as "JC"
Kindly guide,is there any option to make such changes.
Regards
Archana
hi,
If you have data item with alias names drag and drop insted of Emplyee name data item place.
Or if you have First Name and Last Name in the FM. You can create a alias data item - substring ([First Name],0,1)+''+substring ([Last Name],0,1).