Hi,
I'm trying to group two fields in one and to rename it. I use this formula, but I have the error: "The special variable Formula must be assigned a value within the formula" . What it means?
Dim var
If {CTSTICKET.TICOMPANY} = "MIC" or {CTSTICKET.TICOMPANY} = "MIC-MOVE" Then
var = "Milicom"
elseif {CTSTICKET.TICOMPANY} = "Administration Judiciaire" or {CTSTICKET.TICOMPANY} = "Centre Informatique de l'Etat" Then
var = "Centre Informatique de l'Etat"
End If
I'm trying to group two fields in one and to rename it. I use this formula, but I have the error: "The special variable Formula must be assigned a value within the formula" . What it means?
Dim var
If {CTSTICKET.TICOMPANY} = "MIC" or {CTSTICKET.TICOMPANY} = "MIC-MOVE" Then
var = "Milicom"
elseif {CTSTICKET.TICOMPANY} = "Administration Judiciaire" or {CTSTICKET.TICOMPANY} = "Centre Informatique de l'Etat" Then
var = "Centre Informatique de l'Etat"
End If