Hi,
could you please share me the following if Statement on Webi?
what i need "if current day equal first day of month should be 1 then 0"
Example :
Currentday = 03.05.2020 --> Output = 0
Currentday = 01.09.2020 --> Output = 1
Currentday = 02.09.2020 --> Output = 0
Thx