Hi, i want to make conditional action - GoTo Report.I've made en expression, but it didnt work.I just want to go to another report, if in the name exists such word "regulacji" or "tryb". IRSRZGD -> Name of another report.=switch(Fields!Nazwa_pomiaru.UniqueName = "regulacji","IRSRZGD", nothing,Fields!Nazwa_pomiaru.UniqueName = "tryb","IRSRZGD", nothing)I've also tried with:=iif(Fields!Nazwa_pomiaru.Value = "regulacji","IRSRZGD", nothing) - the same.
↧