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

FileDataSource.getDimensionFilters working for anyone with live bw connection & OSE?

eeddggaarr
Contributor
0 Likes
871

Hi,
according to help portal documentation (2023.21): Use APIs Related to Story Filters it should be possible to retrieve story filters when using linked analysis:

if I filter a table (right mouse click - filter) the linked story filter appears (or existing story filter is updated accordingly):

However, I am not able to retrieve this story filter members. All I get is an empty array

var FS = Application.getFileDataSource("modelID");
console.log(FS.getDimensionFilters("used dimension in table to filter"));

our SAC version: 2023.21.6, connection: live BW on Hana 7.5
any ideas?

br

edgar

Accepted Solutions (0)

Answers (1)

Answers (1)

lukgrq
Explorer
0 Likes

Hello, I am facing the same issue, but I wonder if the case is coming from the fact, that here we are strictly referring to the model - we can get info about all the dimensions, but I do not think we can retrieve values anyhow using this method. 

I am afraid, for the time being, there is no option to use this functionality to pass via script story filters to other story based on same model...