Need help with optimizing
Hello, I want to optimize the calculation. I tried both Col Formula and Loop but neither of them seem to be faster for rows > 10k.
I compared the exe speed and both of them take a very long timeCol Formula = 500.46s;
Loop = 491.70s; Is there a way to optimize using Matrix or J trans?Names Default To Here( 1 );
dt = Current Data Table();
testColumn = Column( "Test_A" );
slidervalue = 6;
////UsingFo
...