Forum Discussion
Anonymous
6 years agoNot applicable
SAP BW Cube Parameter not applying
Hello, We are just starting to use the SAP BW Connector and having some issues with applies parameters not filtering results. We are using the SAP BW 2.0 connector. We first noticed a ...
Anonymous
6 years agoNot applicable
Hi All,
Has this issue been resolved by anyone ?
I am experiencing the exact same results - the Cube.ApplyParameter function does not apply on some of our Bex Queries but does work OK on others.
Could it be a setting in Bex Designer that needs to be applied ?
I am on Version: 2.79.5768.1082 64-bit (March 2020)
Thanks,
Vladimir
vkoppunuru
3 years agoFrequent Visitor
this worked for me.
build data to pass to variable first.
Y = 2022
M = 09
D =01
STD = "["&Y&M&D&"]",
[20220901]
EDT = "["&Y&M&D&"]",
[20220901]
{Cube.ApplyParameter, "[!V000001]",{"[2CHL05K5655I2P086O3I7LPCUPH]."& #"STD"}},
{Cube.ApplyParameter,"[!V000002]",{"[2CKV58XX4OIRD795WKZ19FB7KOE]."& #"EDT"}},
- QC3 years ago
Kudo Kingpin
You are awesome! Just encountered the same issue and this totally worked, thank you!