oke, that was to early
By default, I wan't to have a formula, this results in an error, a string is expected. Is this not possible?
select dayofweek({MPProjektBuchungserfassung.LeistungsTag})
case 7:
"saturday"
case 1:
"sunday"
Default:
if Sum ({@overwerk_tot}, {MPProjektBuchungserfassung.LeistungsTag}, "daily") > 8
then Sum ({@overwerk_tot}, {MPProjektBuchungserfassung.LeistungsTag}, "daily")-8;
Only a databasefield also results in an error
select dayofweek({MPProjektBuchungserfassung.LeistungsTag})
case 7:
"saturday"
case 1:
"sunday"
Default:
{MPProjektBuchungserfassung.Menge};