Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
mwallman
Creator III
Creator III

How to show identical transactions in a table in seperate rows without using the ORDERID?

Hi,

I have a Orders table like this:

OrderID
DateCustomerNameValue
343419/09/2018Bob Ltd32
322119/09/2018Bob Ltd32

In Qlik in the user interface when I create a table with Date, CustomerName, and Value it puts the above in a aggregated way.

How can I show the transactions uniquely without inserting the OrderID please?

1 Solution

Accepted Solutions
Ivan_Bozov
Luminary
Luminary

Set the date as follows: =DUAL(Date, OrderID)

Capture.PNG

vizmind.eu

View solution in original post

5 Replies
Ivan_Bozov
Luminary
Luminary

Set the date as follows: =DUAL(Date, OrderID)

Capture.PNG

vizmind.eu
timpoismans
Specialist
Specialist

Although I'm not the owner of the thread, I did a quick test and it works.

Didn't know it would work like that, so thanks from me as well ^^

joseph_eftamand
Partner - Creator
Partner - Creator

The above should work, but you can also hide the column:

Straight Table properties -> presentation -> select column -> hide column.

mwallman
Creator III
Creator III
Author

Hi,

This option I think is for QlikView, not Qlik Sense.

mwallman
Creator III
Creator III
Author

Thank you Ivan you are a star