Can't set Dataset item index

Hi,

I’m getting very frustrated with this, but I can’t just change the Dataset’s current item index. I tried this code:

$w("#dataset1").setSort( wixData.sort()
  					.ascending("title")
  					);
					$w("#dataset1").setCurrentItemIndex(5);

It just sets it to 0. Please help me!!