Hi I am new, read around the topic, but don’t want to use Maths Function () glide data field instead want to use javascript to add the two values together. Is this possible? As my solutions just produce empty row.
Why don’t you want to use the Math column for something so simple?
Thank you for the question, I am interested in architecture pushing my own knowledge in coding, and how things work. Maybe it is due to how my mind works, looking at options being provided within features. Can it be done? if so any resources on it? Be helpful if right direction (thank you for your kind response).
OK. If your are just adding two numbers, this how you do it in a javascript column. Just make sure the inputs are numeric for p1 and p2. The internet is full of javascript examples and tutorials. ChatGPT can be very helpful too.
return p1+p2;
In my opinion, the math column is much faster for simple things like this, but the javascript column is more capable for complex logic.
Thank you so much on this will send final thingy once created… Have a lovely weekend…