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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

reduced datamodel from binary ?

Hi Qlikview Community,

how can i load a reduced Field into a qvw app from binary datemodel ?

This is my whole datemodel (first line in qvw) Binary ;

and i want to load only the records of the field [Customer Ordertyp] = 'billings'

How can i do that ?

Thank you very much

Best Regards,


10 Replies
Not applicable
Author

Hi,

First of all thank you very much for the help. To do that with innerjoins is a solution, but still a little too complicated to me.
Nevertheless, many thanks.

At another point in the forum has karl pover me on an idea to try it with macros. Here is a trivial example as I have now made it
and it works just fine. There are only 4 lines of codes. Big Smile

sub
selectedReducing
ActiveDocument.Fields (SAL_Werbetraeger_Name"). Select"alpin.de "
ActiveDocument.ReduceData
end sub

Thank you John, thanks community

Best regards,