I have a WinGrid which will contain scores and I want to add an unbound column to the grid which displays the RANK based on the scores. When users update a score, the RANK field should update accordingly. The UltraCalcManager does not include Rank as one of it's built in functions. Without having to write manual code to do this - is there any built in functionality that would do this automatically?
Hi,
No, there's currently no RANK function in CalcManager. You can write your own functions and add them into your calc network, though. There's a sample included with NetAdvantage that demonstrates this.