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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
neha_sri
Creator III
Creator III

set analysis in straight table

hi ,

I I want to incorporate conditional dimension in straight table,How to do so..

eg:

I have data like

state                         id               name          year

haryana                    1               a                    2012

Gujrat                         2               b                    2012

haryana                         3               c                    2013

hp                                   4               d                    2014

I want to make straight table which is having dimensions as state,id and name for only haryana state. and I want to do this filteration in front end..

Thanks in anticipation

1 Solution

Accepted Solutions
simondachstr
Specialist III
Specialist III

You need to put set analysis into the expression {<state={'haryana'}>}.

If you don't have any measures and you're want a straight table nevertheless, I recommend you to put state, id, name as dimensions and add year as an expression using the only() function, e.g. =Only({<state={'haryana'}>} year).

This should work.

View solution in original post

1 Reply
simondachstr
Specialist III
Specialist III

You need to put set analysis into the expression {<state={'haryana'}>}.

If you don't have any measures and you're want a straight table nevertheless, I recommend you to put state, id, name as dimensions and add year as an expression using the only() function, e.g. =Only({<state={'haryana'}>} year).

This should work.