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: 
sunil2288
Creator III
Creator III

for cascading of field expression

Hi All,

I have a table of three values year,in a year some models,in a model some sl no.,..My problem is there are some sl no. which are repeated in more than 1 model.. I need to find out which sl no. are repeated..

My structure is like

year----model---slno.

I need to cascade the espression to find dose values.

Comments appreciated.

Thanks

1 Solution

Accepted Solutions
d_pranskus
Partner - Creator III
Partner - Creator III

Hi.

Load data into QlikView, then create a chart straight table with a dimension slno and one expression COUNT(DISTINCT model). It will give you a report for each slno, how many models it is in. Then sort it by this expresion descending and these slno's with more than 1 model will be at the top.

Cheers

Darius

View solution in original post

2 Replies
d_pranskus
Partner - Creator III
Partner - Creator III

Hi.

Load data into QlikView, then create a chart straight table with a dimension slno and one expression COUNT(DISTINCT model). It will give you a report for each slno, how many models it is in. Then sort it by this expresion descending and these slno's with more than 1 model will be at the top.

Cheers

Darius

sunil2288
Creator III
Creator III
Author

Thank you Very Much darius....

You solved ma problem..

Thank you

Sunil