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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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 .

Labels (1)
1 Reply
tresB
Champion III
Champion III

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