I want to create a table as:
Column A, Column B
LoginFailure, YES
LoginSuccess, NO
Account Lockout, YES
Basically YES/NO values are determined depending on if that event occurred.
My challenge is if LoginSuccess event never occurred, it does not get displayed in my report. So I need a report with static number of rows (which will be predefined list of events I want to monitor) and values as Yes/No depending if that event occurred for a given timeframe.
... View more