Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Struggling with a merge

    Hi,

    I have monthly CCI data which is my master file, and I want to merge the variable 'UKIS' (which is daily) to the monthly values in CCI. I do not want any unmatched UKIS values showing up in the dataset but I am unsure how to do this as the merge commands have not worked.


  • #2
    ^ solved this using
    Code:
    drop if _merge == 2

    Comment

    Working...
    X