cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

setDimensionFilter() not working on Account dimension in "Optimized Design Experience" story

rgonuguntla1
Discoverer
0 Likes
724

Hi Experts,

I have created a checkbox and able to populate the checkbox with Account dimension members.

When i want to update the table with Checkbox selection, code is not working. Table is showing empty.

var sel = CBG_Account.getSelectedKeys();

Table_1.getDataSource().setDimensionFilter("BP_ACCOUNT", sel);

console.log(sel);

I can see my selection in console output, but table is not updating at all.

I have created story "Optimized Design Experience" story.

Same script is working in Classic story.

Am i missing anything? Any help would be appreciated.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

JasonYang
Product and Topic Expert
Product and Topic Expert
0 Likes
Hi @rgonuguntla1, I cannot reproduce this issue. If you are still facing it, I suggest creating an SAP incident. Thanks, Jason
N1kh1l
Active Contributor
0 Likes

rajeshsapsac

Looks like a bug. I tried with 2 stories in 2 models and it gives same error in console. Just check if you are getting the same error. If yes, raise this to SAP and see what thier repsonse is.

susannehelbig , Is this due to recent QRC?

Nikhil

Susanne_Helbig
Product and Topic Expert
Product and Topic Expert
0 Likes

Dear rajeshsapsac and nikhil_1486,

I'm sorry, I cannot answer this question, as I'm creating the Integrated Financial Planning business content.

But I would recommend you to create an SAP incident on component LOD-ANA-DES-OFLTR.
My colleagues will support you with this issue.

Best regards
Susanne

rgonuguntla1
Discoverer
0 Likes

Hi nikhil_1486,

Thank you for your response. I dont see any error in console, and i can see that variable value is picking up the selection but not updating table.

susannehelbig/nikhil_1486, Sure will raise SAP support ticket. Thanks again for your time on this.