B
Badvibez
I'm running a query which contains 5 columns 2 of these colums [Detail
Status] and [Header Status] can contain diffrent values. if the combination
matches it should not show the entire row. for example: [detail status] =
"installation ok" and [header status] = "waiting for report" then the row
should be left out.
can you please help me? i
another example:
[col1]="installation ok" and [col2] is "failed" then SHOW ROW
[col1]="failed" and [col2]= "waiting for report" then SHOW ROW
[col1]="install ok" and [col2] ="waiting for report" then DO NOT SHOW ROW
Status] and [Header Status] can contain diffrent values. if the combination
matches it should not show the entire row. for example: [detail status] =
"installation ok" and [header status] = "waiting for report" then the row
should be left out.
can you please help me? i
another example:
[col1]="installation ok" and [col2] is "failed" then SHOW ROW
[col1]="failed" and [col2]= "waiting for report" then SHOW ROW
[col1]="install ok" and [col2] ="waiting for report" then DO NOT SHOW ROW