I have an onboarding view that displays one quote from a table of quotes. Since you can’t get rid of the Back button on Onboarding Views, I want it to display two quotes instead of one. At least the back button makes sense then.
Here is the row filter expression for the slice the view is based on.
AND([SORT_ORDER]=RANDBETWEEN(1,MAX(Encouragement[Sort_order])),[IN_APP]=TRUE)
How can I change it to pick two?
Thanks.