cancel
Showing results for 
Search instead for 
Did you mean: 

ViewTimeSelection

Former Member
0 Kudos

Hi JW,

As you suggested (node 4518), i'm testing the ViewTimeSelection to filter dynamically the data from a report instance in order to use URLs to call my reports.

Does, something like this hit the database..?

http://tecarc:8081/businessobjects/viewrpt.cwr?id=9967&apsuser=Me&apspassword=none&sf=({EE_ELT_01.CD... = 2268.00)

(*) the 9967 is a report instance.

-


I know, SF means "Selection Formula" but i found in the plate-forme code something like this,

viewer.setViewTimeSelectionFormula((String)sf);

session.removeAttribute(sfKey);

Does it mean that the SF is used as VTS ?

Thanks.

K.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Not complete