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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
poojashribanger
Creator II
Creator II

MaxString

FiscalYear ={"$(=MaxString({<FiscalQuarter=,Month_Year=,[Billing Month]=>}FiscalYear))"}

can anyone please explain this?

I just want to know how exactly this line works.

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

You get Maxstring in FiscalYear field but bypass any selection in the fields

FiscalQuarter=,

Month_Year=,

[Billing Month]=


Means this selection in the fields not affecting the value

View solution in original post

2 Replies
its_anandrjs
Champion III
Champion III

You get Maxstring in FiscalYear field but bypass any selection in the fields

FiscalQuarter=,

Month_Year=,

[Billing Month]=


Means this selection in the fields not affecting the value

poojashribanger
Creator II
Creator II
Author

Thank you