My variables are considered arrays because I have the "Show data from sub-process" selected.

My variables are considered arrays because I have the "Show data from sub-process" selected. This works great with the updated Process. Now when I import my report in Production along with the updated Process, I will still have some started processes from the "old" process. Do I have to do two different reports or is there a way that in my script I can somehow check to see which process it's coming from?

Here is the script I'm using to show a image depending on "due dates" that are entered.

= if ( tp!name = "XYZ" ,if(length(pv!DATE)<1,cons!new_button, if ( todate ( now ( ) ) = pv!DATE[count(pv!DATE)] , cons!yellow_button , if ( todate ( now ( ) ) > pv!DATE[count(pv!DATE)] , cons!red_button , cons!green_button ) ) ), if ( tp!name = "ZZZ" ,if(length(pv!DATE)<1,cons!new_button, if ( todate ( now ( ) ) = pv!DATE[count(pv!DATE)] , cons!yellow_button , if ( todate ( now ( ) ) > pv!DATE[count(pv!DATE)] , cons!red_button , cons!green_button ) ) ),cons!tra...

OriginalPostID-29617

  Discussion posts and replies are publicly visible