Forum Discussion

mps7777's avatar
mps7777
New Member
2 years ago

Cube.ApplyParameter MXD parameter exclude parameter or is not equal to SAP BW connector

Hi there, 

I was hoping someone could help me with an issue on a SAP BW connector. 

there is a mandatory field to filter the query which needs to be applied. The problem is that if I select all the query will list all fields, but if a new one is created in the system, the new one will not be listed in the query. To avoid that I wanted to either find a formula to "Select ALL" or a formula to "Exclude ValueX", but it is not working and I am not finding any documentation or posts online about this. 

 

My query is:

   {Cube.ApplyParameter, "[NVNXX]", {{"[0CITOR].[9993949295]"}}, {{"[0CITOR].[9993949296]"}}, etc},

 

What I need is

 

{Cube.ApplyParameter, "[[NVNXX]", {{"ALLEXCEPT[0CITOR].[#]"}}},

 

Thank you all in advance for the help!

 

1 Reply

  • Hello! Tell me, please, have you learned how to exclude?