invoso.com Report post Posted 08/19/2010 09:23 AM How to change a name of variables? I got a variables from database and they are named '$RV_queryresult_1_1', '$RV_queryresult_2_1', '$RV_queryresult_3_1' and I need to change a name '$RV_queryresult_1_1' on '$RV_wynik', '$RV_queryresult_2_1' on '$RV_suma' and '$RV_queryresult_3_1' on '$RV_ilosc' how to change this? Share this post Link to post
SupportTeam Report post Posted 08/19/2010 09:53 AM You can use Evaluate Expression module to set new RV's, or use one of the COM function calls from withing VBScript. Have you had a look at the vgEngine trace capturing your query? I'll show you the RVs defined after Database retrieval. RVs based on column names are automatically defined. Share this post Link to post