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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Yuva
Contributor III
Contributor III

Searching Unique Ids from data base

Hello Guys,

I'm new developer in this qlik environment 

I have stuck here....case elaborated as below...
Data contains dim1 : ID and dim2: flag which is Generated and Booked , the ID which is generated may be booked or not booked ...
I am finding only generated which is falls under flag generated and not booked one.

any help regarding is much appreciated.

Regards,
Yuva

7 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

 Can you post your load script?

Can you elaborate on "finding only generated"?  Where are you seeing this? In a chart, in the data model viewer?

Or do you want to load only those rows where Flag=Generated?

-Rob

Yuva
Contributor III
Contributor III
Author

Hello,
Need to show generated ids in straight table not chart...
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Do you mean you want to show only Flag=Generated in the table?

-Rob

Yuva
Contributor III
Contributor III
Author

Hi Rob
Thanks for your reply.
Yes, only Generated ids wants to show in to field (Table) and which not falls under booked flag .

Regards,
Yuva
Yuva
Contributor III
Contributor III
Author

Dear Rob
Yesterday's Generated id's which is highlighted in yellow only those I want to show in table.
Please refer the attached file for more details.

Thank you.

Sue_Macaluso
Community Manager
Community Manager

Hi, Are you referring to QlikView or Sense? I would like to move this post into the product forum. Thanks
Did you find a solution to your question? Mark the solution as accepted : and if you found it useful, press the like button!
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

The set to select just those rows would be:

{<Flag={'Generated'}, Date={'$(=Date(today(2)-1))'}

So as a dimension in your table:

=aggr(only({<Flag={'Generated'}, Date={'$(=Date(today(2)-1))'}>}IDs), IDs)

or as a count in a KPI:

count({<Flag={'Generated'}, Date={'$(=Date(today(2)-1))'}>}IDs)

-Rob
http://masterssummit.com
http://qlikviewcookbook.com
http://www.easyqlik.com