Forum Discussion

rosscortb's avatar
rosscortb
Icon for Post Patron rankPost Patron
5 years ago
Solved

Fill blanks in column with a value based on a condition

Hello   I have a column called position group which contains some values and some blanks Also have a column called role level with some values and no blanks   For only the blanks in position gro...
  • amitchandak's avatar
    amitchandak
    5 years ago

    rosscortb , You can have a new column like

    Column = COALESCE([Position Group],[Role Level])