Hi Guys,
i have table like here:
TableNameColumnName
Deployments | Topology |
Deployments | Subscription |
Deployments | Region |
Table1 | Col1 |
Table1 | Col2 |
Table1 | Col3 |
and want to check if "Topology" Column Exists and get as result this table:
TableNameColumnName
Deployments | TopologyColumnExist |
Table1 | Is not present |
How to do this?
In Excel i would use CountIFS to get the result...
Best,
Jacek
Thank you Alan Sidman for nice explanation about cross posting - i will comply with it ! 🙂
Best,
Jacek
Anyone?
Best,
Jacek
There are several ways you could achieve it. For instance, you could create one query on the table that filters for topology, then merge that query with the original table grouped by tablename. If the result is a null field, then it's missing and you can use a calculated column to return whatever text you like.
Thank you for helping me,
Best,
Jacek