Multiple variable limits can be passed using the Limit and LimitValue parameters when ShowForm equals false. Each Limit can have multiple LimitValues.
http://hostname:portNumber/workspace/browse/run/folderPath?bqtype=ihtml&ShowForm=false&Limit1=q1\state&LimitValue1=CA&LimitValue1=MI&Limit2=q2\Product&LimitValue2=A001
To pass date limits you must define the day, month, year, time, and time zone as this syntax shows:
http://hostname:portNumber/workspace/browse/run/folderPath?bqtype=ihtml&jobOutput=true&ShowForm=false&Limit1=q1/SaleDate&LimitValue1=dd=12,mm=12,yyyy=2004,time=13:30:00,tz=America/Los_Angeles
Date Syntax | Description |
---|---|
dd | day |
mm | month |
yyyy | year |
hh | hour |
mm | minute |
ss | second |
tz | time zone |
The default hour, minute, second is midnight. The default time zone is the time zone of the server’s location. This field uses recognized Java time zones.
You can use constants for dates:
The syntax when using a date constant is:
http://hostname:portNumber/workspace/browse/run/folderPath?bqtype=ihtml&ShowForm=false&Limit1=q1\SaleDate&LimitValue1=FirstOfMonth,tz=America/Los_Angeles