I have a table as below. Only the first column "Ticket No" is constant. For the other columns, depending on the data source i can have multiple columns of a similar nature as the screenshot below (in the screenshot there are only 2 columns but there can be more such columns depending on data source)
What i need is for each dynamic column that appears based on the data source apart from the 1st column, to check if the value in each row is having a value or if its null. If it is having a value, then to replace with 1. If its null then to replace with 0
Current Table
Expected Outcome


