cancel
Showing results for 
Search instead for 
Did you mean: 

Visual composer Dynamic filter

Former Member
0 Kudos

Hi all,

i'm doing a visual composer 7.0 application and i'm having some issues with filter

i have a R/3 BAPI returning a number of records this records are grouped by cost Center and displayed in a bar chart

when user click's on one of this bars i would like to display the detailled info of this cost center

what i'm doing is call to this service and i would like to use a filter with the Cost center cliked

if i write the filter value like 1001 it works fine but if i use any expresion like STORE@CostCenter it fails and no data is displayed in the table

any sugestions?

i will reward usefull answers

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Dynamic Expressions in Filter Conditions not working presently and these are present in the future SPS

Regards,

Govindu

Former Member
0 Kudos

Hi Govindu,

Thanks a lot for your answer

I've seen that it works in VC 7.1

do you know what are the requirements for VC 7.1?

portal version and SPs

currently we have EP7.0 SP15

can we have VC 7.1 with a EP7.0 or we need to upgrade the portal version?

Best Regards

Ruben

Former Member
0 Kudos

Hi,

VC 7.1 designed based on Composition Environment Architecture.

So it needs only light weighted Frame work of Portal not total Portal.

See the below for Details.

[;.

I hope i had helped you.

Regards,

Govindu

Former Member
0 Kudos

Hi,

I have solved this in VC 7.0 by adding an output field on the output port of the data service.

As an example, the added output field can be a boolean containing the dynamic expression (for example CONTAINS(@NAME,STORE@SupplierName)). The added output field can then be used in the filter operator.

Hope this helps.

Regards, Ane

Answers (0)