Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count the number of non-triggered events #114

Open
Zankoas opened this issue Apr 11, 2020 · 1 comment
Open

Count the number of non-triggered events #114

Zankoas opened this issue Apr 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Zankoas
Copy link
Contributor

Zankoas commented Apr 11, 2020

A simple but quite useful function. It just counts the number of non-triggered events, in other words, all events that aren't is_triggered_only = yes and lists the files from most to least.

@Zankoas Zankoas added the enhancement New feature or request label Apr 11, 2020
@tboby
Copy link
Member

tboby commented Apr 15, 2020

This is kinda doable in the current release by:

  1. Adding a subtype to the event type for is_triggered_only = yes
  2. Running the command cwtools: Export: all types
  3. Opening the csv output in excel, filter the type column, then check the excel filter counts for the filepath column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants