HI,
I've created an analytic app to compute the partial call percentage. But i need help where i can input how many records i need to input for the computation and produce multiple rows for the multiple records once its outputted.
Can you help me out on that part?
Thank you
Ive added the workflow and the output file for reference
Solved! Go to Solution.
thanks @caltang i've approach in another way. if you have time, appreciate if you can check. but i'll accept the above as solution and thank you so much for everything
Using Join Tool to check is a good way! You've got the concept right, but since I don't have access to your data, I will not be able to confirm the nature of your data.
Just be careful with many-to-many joins, because it can cause some issues with performance and also give you false positives.
thank you so much @caltang