Platform

Platform

A place for Apptio product users to learn, connect, share and grow together.

 View Only
  • 1.  Exporting Filter Results "Rows Removed" tab

    Posted 05/09/18 09:20 AM

    After applying a filter to a data set, is there a way to export the "Rows Removed" preview tab?




    #TBMStudio


  • 2.  Re: Exporting Filter Results "Rows Removed" tab
    Best Answer

    Posted 05/10/18 12:58 PM

    (top) Ribbon > Home > Export > Show API URL.

     

    Copy and paste the first URL (TSV format) into a text editor.

     

    In the text editor, replace 

    /ExecutionSteps/Filter/

    with

    /ExecutionSteps/Data Filter Out/

     

    Paste the modified URL into your web browser address bar.


    #TBMStudio


  • 3.  Re: Exporting Filter Results "Rows Removed" tab

    Posted 05/10/18 03:13 PM

    Thanks Christopher!


    #TBMStudio


  • 4.  Re: Exporting Filter Results "Rows Removed" tab

    Posted 05/11/18 10:10 AM

    I also found that I needed to switch to stage or production to do this; it does not work in development.  Can you confirm?


    #TBMStudio


  • 5.  Re: Exporting Filter Results "Rows Removed" tab

    Posted 05/11/18 10:43 AM

    You'll need to switch to STG or PRD to retrieve the API URL, but then you can try changing

    &environment=stg

    to

    &environment=dev

    within the URL itself.


    #TBMStudio


  • 6.  Re: Exporting Filter Results "Rows Removed" tab

    Posted 05/14/18 04:28 PM

    Great Info, thanks Chris.


    #TBMStudio