Hello Board Platform, I have a ranking function (cumulated value) in block b. I am then trying to create an algorithm in block c, which uses the value from block b. This block will not show. It seems if you try to reference a ranking function in an algorithm it will not show the column. Currently I am doing an export layout to textfile, reading the ranking fn block in as a physical cube with a datareader, and then reexporting the layout with the now functioning algorithm (as it now references a physical cube rather than a ranking function). Ideally I would not like to do this as it impacts performance so any help would hugely appreciated!