Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Peek function not working

Hi , I'm working on missing data generation for Exchange rate so I just have to take data with respect INR to USD conversion. But peek is not working properly. So dates are generated but exchange rate is not mapped for the same. Please have a look and revert ASAP.

Thanks in advance .

1 Reply
tresesco
MVP
MVP

Try like:

If(Len(Trim(Rate))=0,Peek(Rate),Rate) as Actual_Rate

or,

If(Len(Trim(Rate))=0,Peek(Actual_Rate),Rate) as Actual_Rate