Hello All,
I'm not sure how exactly to do this, given it's through the Alteryx Academy at a local community college. Am I allowed to post the file? I think that would be the best way to get help because you'll be able to see my workflow. Otherwise, I'm not sure that I'll be able to do a good job in explaining the issue.
Anyways, here's the question:
Reduce the data set to just the consignments with compensation. Convert the compensation to GBP for the consignments that are currently in USD and provide the following metrics:
a. the total number of compensation claims to be paid, and the total value of those claims
b. the total compensation from each carrier rounded to the nearest GBP
c. the top 3 months in terms of compensation claims to be paid, rounded to the nearest one hundredth, and with the € symbol
First of all, the rounding is killing me. I have no clue how to round to the appropriate 2-decimal digit number. Round and the other one Ceil, iirc, don't do this. They round to an integer. Next, I am completely clueless when it comes to c. I have no clue where to begin because the lesson didn't give us the tools or methods on how to do what it's asking - again with the rounding to the nearest hundredth and this appending of the Euro character.
I tried converting the data from fixed decimal to a string, using ToString(), but Alteryx didn't like it. And honestly, that's about the only tool in my bag of tricks for dealing with the question.
EDIT:
I'm going to include the question and what I've done. You can see my results along with the solution results - they're quite different. If this is a violation of the ToS, then I'll take it down. I feel that this isn't going to make much sense, unless you all can see what I'm working with.