Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Point in Time Set Analysis Question

I have a set analysis to do MTD.  My question, which I cant figure out is within my set analysis, what function does this character '<' do within the expression?  I'm made the charcter bold and 18pt in this example.

MTD={$(=max([%Month Overall TD]))},

Year =, Month =, [Calendar Date] =, [Fiscal Date] = ,[Month In Quarter] =, [Month Number], Quarter=, [Quarter-Year]=,

[%CALENDAR_LINK TD] = {"<=$(=max([%CALENDAR_LINK TD]))"}

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

The character string <= means 'less than or equal to' in this context.

View solution in original post

2 Replies
nagaiank
Specialist III
Specialist III

The character string <= means 'less than or equal to' in this context.

Not applicable
Author

Thank you.   So, without it, would it just mean "equal to"?  What confuse me about this syntax is that if it was =$(xxx) I thought that mean dollar sign expansion.