Dynamic Component Question

I am trying to add a numeric attribute to the Itemcode description so that the model number correctly reflects the drain length selected by the user… but am having trouble converting the returned value into a text string…

I have tried numerous variations but my knowledge is limited
any thoughts on how to do this? Thanks

hmm… that didn’t work
=replace(“Modulo EDM2 ####-50”,13,4,(LENGTH*10))

=CONCATENATE(“Modulo EDM2 “,Round(Length*10),”-50”)

Ah… thanks @pcmoor

Have you considered changing your forum name?
Eg. DCMore
:grinning:

5 Likes