Hi Everyone,
i have two alternative state:
DataStart and DataEnd
i would like to create a condition that show my table only if the same year is selected, so i tried
GetFieldSelections(Year(YearMonthOrder),False(),'DataStart') =GetFieldSelections(Year(YearMonthOrder),False(),'DataEnd')
But this doesn't work.
Does anyone have any advice ?
hello, @aresb
in the data manipulation tab
I would use something like the function GetSelectedCount(yeartoday())>0
Hi,
the main problem is that this two alternate state are built on the same datefield.
i would like to show the table only if the same year is selected from both alternate state.