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

Null fields

Hi,

I have the attached table and I would like to populate the data in udf_exchange_cd on all three rows where the hdr_num is the same.

I hope this makes sense, however let me know if you need further information.

Thanks,
Daniel

Labels (1)
  • Other

1 Reply
pooja_prabhu_n
Creator III
Creator III

Hi,

You can try something like this

if(hdr_num= Peek(hdr_num),peek(udf_exchange_cd),udf_exchange_cd)as udf_exchange_cd