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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

set analysis

Hi,

How to do set analysis in particular row wise?

3 Replies
PrashantSangle

Hi,

Set Analysis never work for single row..

but you can use if() statement to acheive desired output.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
vishnus85
Partner - Creator
Partner - Creator

try like this

if(rowno()=1, SetExpression)

Learn more about rowno() here rowno() and recno()

sunilkumarqv
Specialist II
Specialist II

@Hi Prabhas ,

We can see attached with some examples