0

Formula diferent result

Fred
Hi the Cantidad Doc in the Formula is not the same on Table and Form
if Clase = "Actividad" then
cnt(select DOCUMENTOS where 'LT_Tipo Documentos'.Clase = "Actividad")
else
if Clase = "Documento" then
cnt(select DOCUMENTOS where 'LT_Tipo Documentos'.Clase = "Documento")
else
if Clase = "Plano" then
cnt(select DOCUMENTOS where 'LT_Tipo Documentos'.Clase = "Plano")
end
end
end
Like Follow
7replies