i have a table box which has 30+ data! now i want to limit one to 30 which is no problem with max number but then i want to create the equal box with the data starting by 31-x!
i think maybe it could be done with rank but i'm not sure how to handle this.....
update: i think i found something but its not a solution :-(, with rowno()<30 i am able to set the data to null() but the rowno() deactivates the supress zero value!!!!