OSAdmin
6 years agoValued Contributor II
Odd Data Source
Originally posted by Andrea Tout 7/10/2019
I have an odd data source if someone can help me. The Data Source works that the second to last column has the data, and the last column has a "cr" if i...
- 6 years agoOriginally posted by Joakim Kulan
That was it! Here it the final product:
Dim secondarCol As String = api.Parser.DelimitedParsedValues(8).Replace(""$"",String.Empty)If api.parser.delimitedparsedvalues.count > 9 Then
Return secondarCol.XFConvertToDecimal *-1
Else
Return secondarCol.XFConvertToDecimal
End If