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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
aj_954
Contributor III
Contributor III

QLIK histogram only plot certain values with indicator

Hi,

 

I want to make a histogram of data where the data being plotted in the histogram is data linked to a specific indicator.

For example, I have a vector of prices and an indicator with [A,Q], I only want to take the histogram of the data that has Q in it. 

something along the lines of, 

({<indicator={'Q'}>}price)

1 Solution

Accepted Solutions
aj_954
Contributor III
Contributor III
Author

=If(indicator = 'Q', price)

View solution in original post

1 Reply
aj_954
Contributor III
Contributor III
Author

=If(indicator = 'Q', price)