Hi,
I would also like to see an Int to Double node. The math node and the rename node is ok for few columns, but inconvienient for more.
Here is my problem 1: I use flow variables in the groupby node and if the aggregation colum changes from double to int I get problems (Invalid columns!). Turning all columns to double columns would solve that problem.
Here is my problem 2: now I use the rename node for turning int to double (sa suggested above), it works (although also inconvienient for many columns!), and the columns appear as doubles in the table and I dont have problems downstream in my workflow. However in the Spec tab the renamed/converted columns appear as type Non-native, which I generally try to avoid. What is the reason?
Cheers,
Martin