Hi
This is the case. The user should have the opportunity to not insert fax og phone.
I have made a uPlan like this:
Ador Where campaign dial is off, and linked to variable with If_Else
Made a variable that is a Campaign dial
Made a variable with if_else and IsNullOrEmpty
if (IsNullOrEmpty(@{Telefon}))
{
""
}
else
{
"Telefon: " &FormatNumber(@{Telefon}, "## ## ## ##")
}
When running this in uStore I got Variable "Telefon": Empty expression. When I don`t insert any information i the phone field. When inserted phone number, it generates the number with the right format and text.
I have also tried to replace"" with null, but get the same error in through uStore...
It looks like the Qlingo IsNullOrEmpty don`t work on uStore. I have tested it in uPlan and uProduce where it works perfect.
I have version 6.01
Have any had the same?
Regards
Ken Carlsen