Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I am trying to use below function as expression in a straight table
=Count({<PeriodCode={$(=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period)))-1)}>}Period)
but it doesnt work
however without '-1' it works
please help
regards
here you are
here you are
Try like:
=Count({<Period,PeriodCode={$(=FieldValue('PeriodCode',FieldIndex('Period',GetFieldSelections(Period)))-1)}>}Period)
May be ignore Selections using Period and i got as 398?
Dear Tresesco
it works correctly
thanks a lot