VoiceGuide IVR Software Main Page
Jump to content

Excel - Compare Numbers

Recommended Posts

Hello,

 

I would like to compare two numbers from excel file and says it to caller. First VG has to recognize number (by DDI - in my test case 9940) than compare it with excel file and say this numbers.

 

I cannot get evaluate expr. to use it in say module. If this could be one eval there is no problem ([something_1_1]) but there is many items (see log file).

 

I need some help because I think that my paths are wrong (see scenario in attach).

 

Thank You.

dynamic.zip

1130vgm.zip

Share this post


Link to post

The script seems to be using $RVs: $RV[old] and $RV[new] without them being defined. Is this what is causing your problems?

 

If you are trying to lookup data based on particular input then we would suggest using a Database (eg: MS Access) instead of Excel.

Excel is not a very good data store to use if you are trying to do a data lookup. Even for simple number->number translations as you seem to want to do here.

 

155055,67 1 rv replace start: [sheet1$C$RV[old]:D$RV[new]]

..

155056,86 1 state [Zmienna1] Evaluate [$RV[old]]

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×