Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0024 is available as of 09-03-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Character Trimming String issue ( more a question )....
lbellipanni
Posts: 130 ✭✭
I am extracting a string which requires the padded 0s in front of the number for a database look-up. However when exporting to the AX repository, the pad 0s need to be stripped. My initial thoughts were to Create a DataField1int data field and set the calculate expression = DataField1string and setting its visible status to false. Since the DataField1Int needs to be visible for its value to get calculated, this does not seem to be the best way to do this. Any suggestions on the best way to handle this?
EX
00456734 ( Need this value to do the data base look-up )
456734 (Need to export this value to cmis repository )
Thanks
EX
00456734 ( Need this value to do the data base look-up )
456734 (Need to export this value to cmis repository )
Thanks
0
Comments
Product Manager
mharrison@bisok.com
The SQL compiler should be smart enough to calculate the value of the right function once and execute the query. Even easier if you use a stored proc.