Can you please help me with how we can add Multiple formulas to an ITEM Property
1st Formula :
If(_filter="" , <<Data Source>> , Filter(<<Data Source>>, Status.Value =_filter)
2nd Formula :
SortByColumns(<<Data Source>>,"Request_no",Descending)
3rd Formula :
If(varPageNumber=1, FirstN(<<Data Source>>,ddPageSize.SelectedText.Value*varPageNumber),
LastN(FirstN(<<Data Source>>,ddPageSize.SelectedText.Value*varPageNumber), ddPageSize.SelectedText.Value*1));
when I add Semicolon (;) then it gives me an error
'Expected operator. We expect an operator such as +, *, or & at this point in the formula.'
please help me out with this I am stuck for the last 2 days
mmbr1606
9
Super User 2025 Season 1
stampcoin
7
SD-13050734-0
6