Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Legends,
Peek function is not working in Resident table.
Below is screenshot for your reference.
Thanks in advance.
Try
Peek('SV1') as Peek1
or
Peek('Peek1') as Peek1
Also don't forget to use correct Order By syntax.
Peek('Sales Volume') as Peek1
Use Orderby Month clause.. hth
the peek takes a string input
field_name | Name of the field for which the return value is required.Input value must be given as a string (for example, quoted literals). |