Hi,
I have a requirement to get all the values of pagelist in one row in a table and the values must be separated with comas while using append in DT I am getting comma at last but I don’t want comma at last. How can I achieve this?
Regards,
Murthy.
Hi,
I have a requirement to get all the values of pagelist in one row in a table and the values must be separated with comas while using append in DT I am getting comma at last but I don’t want comma at last. How can I achieve this?
Regards,
Murthy.
You can try the below approach.
@pxDataManipulate.pxStringCSVFromPageList(myStepPage.MyPageList,“PropertyToConvert”)
This will convert the output like “A”,“B”,“C”,“D”
Hi @MurthyG17188927,
You can use the below function to achieve your requirement:
@Utilities.pyPropertyCSVRFromPagelist(Clipboard Property pagelist, String Property name)
Regards,
Mamatha Adiraju
After whatever you’re doing, set the result in a param. Then use function @whatComesBeforeLast(<YOUR PARAM>,‘,’) and set it wherever you want.