Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
no problem,
you can make a summary field of the [# of root causes] on he relationships between damage parts and root causes.
Then instead of where it says
$URLONE
& "&NextURL=" & URLEncode($URLTWO)
replace that with
IF([# Root Causes]=0,
$URLONE
& "&NextURL=" & URLEncode($URLTWO))
The button will be blank after the first one is added.
you can make a summary field of the [# of root causes] on he relationships between damage parts and root causes.
Then instead of where it says
$URLONE
& "&NextURL=" & URLEncode($URLTWO)
replace that with
IF([# Root Causes]=0,
$URLONE
& "&NextURL=" & URLEncode($URLTWO))
The button will be blank after the first one is added.