Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

Change Label Name Display in Custom Chart

Change Label Name Display in Custom Chart

arunTTT2P
Collaborator Collaborator
421 Views
1 Reply
Message 1 of 2

Change Label Name Display in Custom Chart

arunTTT2P
Collaborator
Collaborator

[ FlexSim 17.1.2 ]

Hi,

Can we change the display name of labels in a custom chart?

When we display a label value using custom chart, the display name cannot be updated to a user display name using the display name field.

6997-untitled.png

Pls see the attached model.display-name-of-labels.fsm

0 Likes
Accepted solutions (1)
422 Views
1 Reply
Reply (1)
Message 2 of 2

arunTTT2P
Collaborator
Collaborator
Accepted solution

Hi,

Changing the category title will help. I just replaced the return value of category title by double quotes.

treenode current = param(1);
int categorynum = param(2);
return "";

Regards,

Arun KR