This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Early bird tickets for Inspire 2023 are now available! Discounted pricing closes on January 31st. Save your spot!
I was wondering if there is an automatic way chaning the data-type of new incoming-data.
For instance as the picture is presented
The highlighted parts are current data
and the unhighlighted part is updated data
Current data are setted in "double"; however, the updated data is setted in "Int64"
I want to change the incoming data automatically into double for the use of macro.
_______________
So could you guys give me a tip for new incoming data only that is named "PRSN_" as prefix
to be changed into "double"?
Any means for the solution are welcome!
Thank you for reading :)
Solved! Go to Solution.
Hey @tntner
Have a look at @CharlieS solution here: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Dynamically-Change-A-Field-Type/td-p/3...
Today. I am learning the new dynamic tool!
Thanks a lot for the sharing :)