Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The parts would be extracted out like
Trim(Part([my comma separated field],1,","))
then the 2nd part would be
Trim(Part([my comma separated field],2,","))
and the numerical quantities would be
tonumber(Trim(Part([my commas separated numerical field],1,",")))
Trim(Part([my comma separated field],1,","))
then the 2nd part would be
Trim(Part([my comma separated field],2,","))
and the numerical quantities would be
tonumber(Trim(Part([my commas separated numerical field],1,",")))