Open links in new tab
  1. jira - Query/filter to return child issues from a list of active ...

    Sep 6, 2019 · 10 I'm looking for a JQL query/filter to return a list of child issues from a list of active parents (EPICs). For example: "Epic Link" IN linkedIssuesInQuery("issueType = Epic AND Status = …

  2. Error with Previously Committed Files Which Matches New Git LFS Filter

    Oct 12, 2017 · How to clean repo, if staged files marked as modified? After git reset --hard I get Encountered 7 file(s) that should have been pointers, but weren't: Running git clean -fdx (which …

  3. powershell - How to effectively use the `-Filter` parameter on Active ...

    The -Filter parameter can do more than just match on everything, which is effectively what -Filter * does. The -Filter string is very much like Powershell syntax (not quite, but most of the way there). You can …

  4. Filter pandas DataFrame by substring criteria - Stack Overflow

    Filter pandas DataFrame by substring criteria Asked 13 years, 5 months ago Modified 2 years ago Viewed 1.6m times

  5. How to filter by IP address in Wireshark? - Stack Overflow

    Nov 11, 2024 · 11 Actually for some reason wireshark uses two different kind of filter syntax one on display filter and other on capture filter. Display filter is only useful to find certain traffic just for display …

  6. python - How to filter rows in pandas by regex - Stack Overflow

    Mar 11, 2013 · By using re.search you can filter by complex regex style queries, which is more powerful in my opinion. (as str.contains is rather limited) Also important to mention: You want your string to …

  7. powerbi - How to filter rows in a table based on values in another ...

    Jan 1, 2000 · In Power Query you can use the Merge Queries function to achieve that. (In the Home --> Combine section of the ribbon. Select the Join Kind to determine which rows to keep. In your …

  8. Combine PowerBI DAX Filter and SELECTCOLUMN - Stack Overflow

    Jul 17, 2019 · Combine PowerBI DAX Filter and SELECTCOLUMN Asked 6 years, 5 months ago Modified 2 years, 2 months ago Viewed 83k times

  9. SQL Server: Filter output of sp_who2 - Stack Overflow

    Feb 10, 2010 · Under SQL Server, is there an easy way to filter the output of sp_who2? Say I wanted to just show rows for a certain database, for example.

  10. PowerBI CALCULATETABLE, FILTER with SELECTEDVALUE - Stack Overflow

    Nov 28, 2021 · Am creating a table from original with filter condition, where my filter value is from SELECTEDVALUE Table is not getting filtered on SELECTEDVALUE, if I replace with a real value …