Hallo Community,
I try to set column properties to draw always a line in my Charts. (Target Value)
But I use in my script the same Chart again for another Label.
So I try to skript 2 Response Limits but it doesn't work.
Is it possible to do it like this? Or is there any other Option?
Data Table( "Data1" ):"KM/MA"n <<
Eigenschaft festlegen(
"Response Limits",
If( :Firma_Job == "A", {Goal( Maximize ), Upper( 1138 ), Gewichtung( 1 ), Show Limits( 1 )},
:Firma_Job == "J", {Goal( Maximize ), Upper( 230 ), Gewichtung( 1 ), Show Limits( 1 ) })
);