Hello,
I was wondering if anyone happened to know if it's possible to turn a column containing decimal values into fractional values in Alteryx?
I have a dataset with several hundred individuals. Each of these individuals owns units in a partnership which are represented as a % of the total partnership units. Unfortunately, the accounting software I'm using requires a numerator and denominator figure, hence the need for fractions!
Historically, I've taken the client data and converted it using Excel formulas which becomes my workflow starting point. In the attached example, you can see it's just the following formula: "=TEXT(C4/$C$22,"#/######")" followed by a quick =LEFT/=RIGHT to pull my numerator and denominator.
I was hoping to figure out how to get the fraction set up in Alteryx so I can integrate this external step into the workflow.
Thank you!