Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
np, just keep the top part and then for the javascript stuff, wrap it in the IF
If([Work Flow Status]= "Awaiting Folders",
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);";
)
If([Work Flow Status]= "Awaiting Folders",
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);";
)