Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String tforeach_3 = "";
String temp =((String)globalMap.get("tForeach_1_CURRENT_VALUE"));
if
(!temp.equals("40")){
tforeach_3 =(Integer.valueOf(temp)-40)+"";
}
if(!temp.equals(context.temp))
context.result += " ,raw_data_long.Question_No" + temp
+ ", raw_data_long.CT_Ans_" + (String)globalMap.get("tForeach_2_CURRENT_VALUE") + tforeach_3;
else
context.result += " ,raw_data_long.CT_Ans_" + (String)globalMap.get("tForeach_2_CURRENT_VALUE") + tforeach_3 ;
context.temp = temp;
System.out.println(context.result);
System.out.println("");