cancel
Showing results for 
Search instead for 
Did you mean: 

SAC - Passing URL Parameters to more than one model in a SAC Story

andreas_tidl2
Explorer
2,875

Hello SAC experts,

We are using SAC, but currently we are facing the issue, that we can't proceed in our project because we can pass parameters in the URL to SAC with just one model inside.

In detail we want to filter on 0DEBITOR on a SAC story, which is based on a BW LIVE connection.

Right now i only achieve to pass parameters to one model. If i try to add to the URL a 2nd modell in order to filter it, the syntax is ignored.

For example:

https://mycompanytenant.sapanalytics.cloud/sap/fpa/ui/tenants/002/app.html#;mode=embed;view_id=story...

Any ideas?

Thanks!

KR,

Andreas

SOURCE OF INFORMATION:

https://blogs.sap.com/2017/11/07/create-sap-analytics-cloud-story-url-for-mash-up-in-c4c/

https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/release/en-US/71e6b3a0f8fb465caa156e6417b6...

View Entire Topic
andreas_tidl2
Explorer
0 Kudos

jkjkkk

Yes, works fine now. After a loong journey we got some hints from SAP Develeopment in CANADA how it is meant to work.

What are you struggling with?

former_member660388
Discoverer
0 Kudos

Hi Andreas,

Could you share the solution, please?
I'm having the exact same issue - unable to pass parameters for 2 models but only 1 model is working。

Kind Regards,
Ivan

former_member812226
Discoverer
0 Kudos

Hi,

I think passing your parameters in Array Of Strings will solve this issue ?

f01Model=XX1;f01Dim=['1','2','3'];f02Model=XX2;f02Dim=['s','d','f']

it will work for sure for String Parameters, You can check in your case.

Regards,

Savith