Hi All,
I want to make an Alteryx app that can be used as a calculator. The user should get 3 inputs options to enter the data, namely first number that user wants to enter, second number that user wants to enter and the third input should be the operation that needs to be performed.
Example 1 :
Input 1 - 3
Input 2 - 2
Input 3 - Addition
Result - 5
Example 2 :
Input 1 - 5
Input 2 - 2
Input 3 - Subtraction
Result - 3
Example 3 :
Input 1 - 10
Input 2 - 2
Input 3 - Division
Result - 5
Example 4 :
Input 1 - 5
Input 2 - 3
Input 3 - Multiplication
Result - 15
Any Help will be highly appreciated.
Regards
Vipul
Hi @VipulG ,
I think this is pretty close to what you're looking for. It uses the dynamic replace tool to do a calculation in a cell after using the interface tools to alter the text input.
An example of one of your requests: