
Rafael
Rafael_Sanchis
Rafael Sanchis
Madrid - Spain -
Joined: Wed Mar 02 18:44:14 UTC 2022
Architect & Senior Project Control Scheduler.
Latest Posts
-
Concatanate - Two For loop -
let check := dialog(" ATENCION ", " ¿Confirma el SETUP de la tabla de AVANCES_PROYECTO ? ", ["Si", "No"]); if check = "Si" then for loop1 in select BASELINE do 'Date:' := loop1.…
- Answered
-
Formula Problem
if Schedule_V < 1 then styled(" UNDER PLANNED COST ", "white", "warn") else if Schedule_V > 0 then styled(" OVER PLANNED COST ", "white", "ok") else if Schedule_V = Plan_V then styled(" GOOD ",…
- Answered
-
Small problem with this formula
@Fred I have a small problem with this formula: let check := dialog(" ATENCION ", " ¿Confirma el SETUP de la tabla de AVANCES_PROYECTO ? ", ["Si", "No"]);…