We are using Oracle 11g… as our database… and in QAAWS besides… greater than , less than and not inlist, null… i see Both and Expect…and I am using Xcelsius 2008.
I dont know why your operator list is different. Ive worked on alot of oracle sources and never had a problem with MatchesPattern.
However, for a workaround…since you are looking for a date range…did you try using two prompts ? Both random date values could be bound to the same cell.
A) BETWEEN ‘09-NOV-11’ AND ‘09-NOV-11’
or
B) 1st prompt is >= ‘09-NOV-11’ 00:00:00 2nd prompt is <=‘09-NOV-11’ 23:59:59
Hi, how would I achieve a one sided wildcard search in QaaWs? For example, I wish to return a list of all users whose names begin with A. In SQL I would use like ‘A%’.
in Qaaws say “objectname” Matches Pattren A%… it will show all the names stating with A… then make this as a prompt… and in dashboard add % to the the destination cell… say in A1 you have “A” then in B1 type “%” then then in C1 = A1&B1 and pass C1 to the prompt