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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

fields values as criteria

hello,

something intersting...

i have table t with fields a, b, total_price

and anther table t2 with fields x, y ,z .

the customer needs is to group fields a,b from table t to field z and analyze the total_price by z .

field x has values of criteria for field a . for example:

w* - bring all vaules of a that start with w or *u* - bring all values of a that has u inside the value.

same things i have with y for filed b .

if x or y is empty its mean bring all values.

in the end i will get all combination of values related to each value of z.

example of table t2:

x, y, z

a*, , z1

b*,s?,z2

,*d*,z1

... and so on...

thank u all

Labels (1)
1 Reply
rwunderlich
MVP
MVP

Take a look at the QV Cookbook example "Mapping with a table using wildcards". You may be able to utilize that for your need.