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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 (2)
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