VoiceGuide IVR Software Main Page
Jump to content

Excel Query Problem

Recommended Posts

i'm trying to retrive data from excell file , i need the data from cell C,D,E,F

this is the Query Database module that i used:

 

Sheet1$C$RV[Get Product]:D$RV[Get Product]:E$RV[Get Product]:F$RV[Get Product]

 

Attached the call trace log, please help

Call_Trace_log.txt

Share this post


Link to post

Try using this expression:

 

Sheet1$C$RV[Get Product]:F$RV[Get Product]

 

or this:

 

Sheet1$C$RV[Get Product],F$RV[Get Product]

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
×