Combine summary and side by side layout in one report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prajakta
    Journeyman
    • May 2015
    • 14

    Combine summary and side by side layout in one report

    Hi,

    Please let me know how to compare summary and side by side layout. My current script is as below

    criteria size
    load %1 %2
    expand all
    select all.files
    folder-report layout:summary &
    options:display-mismatches,column-none &
    output-to:"%3"
    folder-report layout:side-by-side &
    options:display-mismatches &
    output-to:"C:\Users\afupxc1\Desktop\testhtml.html" &
    output-options:html-color

    I have used to type command to combine but the html display is not looking good.
    Also is there a way to get only the count in summary report?

    Thanks,
    Prajakta
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Hello,

    Could you elaborate on your goal? The above script will compare only file size, then loads two folders and generates 2 reports: a summary report and then a side by side report.

    If you are trying to find different layout options, I recommend using the graphical interface first. Use the Folder Compare, Session menu -> Folder Compare Report. Select different options and generate reports. Once you found a good layout, let us know and we can help with the script commands needed to generate that report.
    Aaron P Scooter Software

    Comment

    • prajakta
      Journeyman
      • May 2015
      • 14

      #3
      Our goal is to have details like number of files changed and number of files added in side by side layout.
      So that we get the overall picture.

      Comment

      • prajakta
        Journeyman
        • May 2015
        • 14

        #4
        We want to display the summary details in side by side layout.
        The generated report should have structure as below

        1)Summary:-
        number of different files
        number of added/new files
        number of deleted files

        2)Side by side comparison of ear files.

        Comment

        • Aaron
          Team Scooter
          • Oct 2007
          • 15997

          #5
          Hello,

          Thanks for the clarification. We do not have this report style. You would need to generate two different reports, and then review the Summary or XML reports for the summary information. The Summary Report does provide a file list, showing all of files of specific criteria.

          I would still suggest using the graphical interface's Folder Compare Report dialog to quickly review all the different layout options and output options. Use the Printer : Print Preview or HTML : View in Browser to find the report style that best meets your needs.
          Aaron P Scooter Software

          Comment

          • prajakta
            Journeyman
            • May 2015
            • 14

            #6
            Thank you.

            Is it possible to hide the list of files shown in summary report?
            As we are interested only in count.

            Comment

            • Aaron
              Team Scooter
              • Oct 2007
              • 15997

              #7
              We do not have that Layout in the current version. You could parse this information out of the Summary or XML Layouts.
              Aaron P Scooter Software

              Comment

              Working...