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: 
umashankarus
Contributor III
Contributor III

Set Analysis / Expression in a straight table to limit the dataset

Hi Experts

Like to understand about having set analysis / expression in a straight table to limit the data set selection

Attached the screenshots of the following

a) data

data.png

b) straight table with a calculated dimension (Count of a particular column)

straight table.png

c) Need details of expression / set analysis to limit the data selection containing data rows which have NULL values for column END DATE

expression ?.png

Required Output is

3/11/1998  -- 1

11/6/1998  -- 2

2 Replies
Anil_Babu_Samineni

Please share excel and explain the output

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ahaahaaha
Partner - Master
Partner - Master

Hi,

May be like this (look attached file)

If(IsNull(FNDUSER_END_DATE)=-1, Count(FNDUSER_ID))


Result

1.jpg

Regards,

Andrey