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: 
shyamcharan
Creator III
Creator III

Set Analysis with Character dimensions

Hi Experts,

Despite of looking at several example I still keep getting this question.

Set Analysis: Can we use the Set Analysis with Character dimensions?

If yes, can anyone please provide me information on any example that I can find.

This might be a very dumb question. I sincerely apologize for the guys who spend time on more important questions.

But your answers do help.

Thanks heaps in advance.

Regards,

Shyam.

13 Replies
jyothish8807
Master II
Master II

Hi Shayam,

Right now there is no null value for THE_DATE:

Try this in Dimension:

=if(isnull(THE_DATE)=-1,[EQUIPMENT_NUMBER],'')

Expression:

Count(Required field)

Regards

KC

Best Regards,
KC
jonathandienst
Partner - Champion III
Partner - Champion III

If you want it a a calculated dimension:

     =Aggr(If(IsNull(ExpiryDate), EquipmentNumber), EquipmentNumber)

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
jagan
Partner - Champion III
Partner - Champion III

Hi Shyam,

Can you explain with an example and your expected output.  If you don't have numeric value then use

=Only({<Product={'X'}>}DimensionName)

=MaxString(DimensionName)

=MinString(DimensionName)

Regards,

Jagan.

tresesco
MVP
MVP

Just in support of Jonathan, and to come up with an example:

Screen Shot 10-20-14 at 11.55 AM.PNG.png

Screen Shot 10-20-14 at 11.54 AM.PNG.png