Skip to main content
Solved

How to use Element Text functionality in WebUI tables?

  • May 28, 2019
  • 1 reply
  • 204 views

gabiservidone
Administrator
Forum|alt.badge.img+6
I need to mask my indexes names in WebUI tables the same way is possible to do in WinUI pivot tables using an string parameter.

How I can do it?

Example:

Set Frubas := { '1', '2', '3', '4'}
Ps_DescriptionFrubas('1') := "First"
Ps_DescriptionFrubas('2') := "Second"
...

In my WebUI table it appears as 1, 2, ... and it should appear "First", "Second" ...

Best answer by mateusarakawa

Hi, @gabiservidone.

You could use the webui::ElementTextIdentifier property:



And choose the string parameter:

1 reply

mateusarakawa
AIMMS Champ
Forum|alt.badge.img+2
  • AIMMS Champ
  • 85 replies
  • Answer
  • May 28, 2019
Hi, @gabiservidone.

You could use the webui::ElementTextIdentifier property:



And choose the string parameter:



Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator