Apptio for All

Apptio for All

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

 View Only
  • 1.  show date/time of file uploaded

    Posted Thu May 02, 2024 08:35 AM
    Edited by System Admin Tue November 05, 2024 05:35 PM

    Hi All,

    Please let me know if it is possible to get the last upload date and name of the upload in the cost transparency for the reporting purpose.

    Appreciate your help.

    Thank you,

    Chenna.

     


    #ApptioforAll


  • 2.  RE: show date/time of file uploaded

    Posted Thu May 02, 2024 09:41 AM

    Hi @Chennappa Muddammagari,

    This will help for the date: https://help.apptio.com/en-us/studio/formulas-and-functions/functions/tableinfo.htm.

    I would probably just use or copy/paste the existing Data Quality report, though.

    You can search for the report here...

    This shows the information you need...

    You can then use this report or copy/paste into a new one...

    This is a legacy type reporting table, though, and not something that uses the Ad Hoc Configuration window where you drag/drop columns, so you would need to choose new columns using the Data ribbon...




  • 3.  RE: show date/time of file uploaded

    Posted Fri May 03, 2024 09:27 AM

    Hi @Jenny Franklin, thank you so much. 




  • 4.  RE: show date/time of file uploaded

    Posted Fri May 03, 2024 08:48 AM

    Hi @Chennappa Muddammagari,

    We have applied a more custom view to a similar need within our model.  In the transformation table (where the file is being uploaded), we have added two formula columns to get the data upload date/time and file name.

    Load Date=DateFormat(TableInfo("Last Updated"), "MM/dd/yyyy HH:mm:ss")

    Input File =Source




  • 5.  RE: show date/time of file uploaded

    Posted Fri May 03, 2024 09:28 AM

    Hi @VIKAS BHATIA, thank you very much.