Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Apply same filter in vbscript

Hello,

in vbscript i'd like to apply the same filter defined one a dimension on an other dimension.

Example:

Active selection

DTFAB : >200112

I want to apply exactly the same filter on an other dimension

DTRET : >200112

Because when I do that

Set x = ActiveDocument.Fields("DTFAB").GetPossibleValues

    Activedocument.Fields("DTRET").SelectValues x

It don't apply >200112 but all the values of DTFAB (200201, 200203...) and it's not the same if months are missing

Thank you

0 Replies