Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i have this data set
i would like to define varibale "I04Date" as the lowest date on data set where surgery = I04
How this can be done?Thank you!
Hi
Try like below
I04Date = Date(Min({<Surgery={104}>}Date))