is it possible to calculate simple integer value in text parameter on native page?
0
Hi, I want to have a text parameter that shows the currentpage +1 because now it shows currentpage/totalpages, but the currentpage = 0 and the totalpages is 1 (but i am on it) so it shows 0/1 instead of 1/1, when doing formatDecimal($dataView1/CurrentPage+1) it shows 01/1 or 11/2. I do not want to make an extra attribute just to calculate this simple value, is that possible? is there some sort of calculate possibility (ex sum or something?)