973-584-9100 contactus@bardess.com
91 – Join Distinct

91 – Join Distinct

This is something that I found out the hard way. Qlik applies the DISTINCT keyword on the resulting dataset. So, when you join distinct table, you are not joining the distinct table to the other table. You are doing the join and then returning the distinct records...
92 – Only

92 – Only

You’d probably be surprised that this is one of my most used functions within a dashboard. It is just such a cool function. Though, it is almost exclusively used for UI/UX functionality. Only() “Only” is an aggregation function that can be used on a...
91 – Join Distinct

93 – Test Cases

I am a firm believer that boiling down a problem into its simplest form is the fastest way to solving it. I also think one of the fundamentals of programming is breaking a problem into a bunch of smaller problems. If you combine these together, you get test cases out...
}