Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to do an "if.. then" on two string variables, but it won't do it for me. Do I have to use something else to do this?
Ex.:
if Peek('Type', $(i), 'Incidents') = "Downtime" then
....
endif
Here Peek('Type', $(i), 'Incidents') will return the correct value that I want to compare with "Downtime". In the log-file it shows that the correct values are compared.
Ex. if Downtime = "Downtime" then
I also tried removing and adding quotes in every possible way, and I also tried using the text() function.
Help?
hei
attach is an example
i tried what you wrote
it seems to work
checkout to any diffrences
hei
attach is an example
i tried what you wrote
it seems to work
checkout to any diffrences
Of course, single quotes. I though i tried that but obviously not.
Thank you so much!