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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mansi_dv
Contributor
Contributor

maxstring() help

I am using maxstring function to select values from listbox and displaying corresponding data in pivot table. But when i clear my selections, the table remains populated with the data corresponding to the last value in the listbox.

Can anyone help me out how to remove that condition?

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

post your document

Not applicable

hi

MaxString() function--

Returns the last text value of expression over a number of records, as defined by a group by clause. If no text value is found, NULL is returned.

Example:

Load Month, MaxString(Month) as LastSalesMonth from abc.csv group by Year