
Karl Nazer
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Karl Nazer-
Karl Nazer created a post,
Spliting two different @All of items and then combining them according to same indexes. Total number of indexes are same in both @All of items.
individual_product = @All of Transaction Product Name+''; product_item= individual_product.split(','); individual_quantity = @All of Transaction Quantity+'' quantity_item = individual_quantity.sp...
-
Karl Nazer created a post,
Converting text field numeric value for use in calculation
Is there some way we can parse a input txt field to output a number? everything we have tried is still returning the result as a string. we have checked we are first saving the calculation field as...