Custom databank column sorting
1 replies
Zach
9 months ago #291325
I have my own multi-weighted fitness metric that I am displaying in my databank under columns:
Fitness (full sample)
Fitness (OOS)
I want to add an additional ‘FinalScore’ column that computes the following:
FinalScore Column = 0.7 · rank⁻¹(Fitness OOS) + 0.3 · rank⁻¹(Fitness Full).
If impossible to add an additional customised databank column, could the same result be achieved using custom analysis maybe?
Thanks so much.
0
tomas262
9 months ago #291498
Hi Zach,
the dev team promised to create a new data column for this. The Java snippet will become available in our codebase in the coming days.
0
Viewing 1 replies (of 1 total)