M
MSCom
Neuer Benutzer
Threadstarter
- Dabei seit
- 20.09.2016
- Beiträge
- 1
Hi guys!
Simple Problem: I want to make a function, which Shows if the a date from the column "End" is > = to Todays date or = null then "1" , if not then "0".
I used this function:
if [#"End"] = DateTime.LocalNow or [#"Ende"] > DateTime.LocalNow or [#"Ende"] = null then 1 else 0
but there i always coming an Error in each row stating:
Expression.Error: We cannot apply operator < to types Function and Date.
Details:
Operator=<
Left=[Function]
Right=01.05.2020
I dont know what to do. Can somebody show me exactly what to do? Thanks a lot!
Greta
Simple Problem: I want to make a function, which Shows if the a date from the column "End" is > = to Todays date or = null then "1" , if not then "0".
I used this function:
if [#"End"] = DateTime.LocalNow or [#"Ende"] > DateTime.LocalNow or [#"Ende"] = null then 1 else 0
but there i always coming an Error in each row stating:
Expression.Error: We cannot apply operator < to types Function and Date.
Details:
Operator=<
Left=[Function]
Right=01.05.2020
I dont know what to do. Can somebody show me exactly what to do? Thanks a lot!
Greta