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

Peek Issue

Hi Legends,

Peek function is not working in Resident table.

Below is screenshot for your reference.

Thanks in advance.

3 Replies
MK_QSL
MVP
MVP

Try

Peek('SV1') as Peek1

or

Peek('Peek1') as Peek1

Also don't forget to use correct Order By syntax.

sasiparupudi1
Master III
Master III

Peek('Sales Volume') as Peek1

Use Orderby Month clause.. hth

the peek takes a string input

sasiparupudi1
Master III
Master III

field_nameName of the field for which the return value is required.Input value must be given as a string (for example, quoted literals).