Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Report Template Hell

1 REPLY 1
Reply
Message 1 of 2
AlexFielder
337 Views, 1 Reply

Report Template Hell

Hi all,

 

I've been having mixed success getting my head around the Vault Report templates- I dislike, but understand the reasoning for keeping them in Visual Web Designer 2008 express format- because the editor is essentially free.

 

I'd like to know why, despite my having changed my system regional settings shortdate format to YYYY-MM-DD the report produced by both Vault Pro 2014 and Inventor Pro 2014 both ignore the following in the Report Template:

 

          <Textbox Name="Date_File_Created">
            <rd:DefaultName>Date_File_Created</rd:DefaultName>
            <Top>3.1746cm</Top>
            <Width>6.66667cm</Width>
            <Style>
              <PaddingLeft>2pt</PaddingLeft>
              <PaddingRight>2pt</PaddingRight>
              <PaddingTop>2pt</PaddingTop>
              <PaddingBottom>2pt</PaddingBottom>
            </Style>
            <ZIndex>17</ZIndex>
            <CanGrow>true</CanGrow>
            <Left>3.49206cm</Left>
            <Height>0.63492cm</Height>
            <Value>=FormatDateTime(Fields!Date_File_Created.Value,2)</Value>
          </Textbox>

Specifically, the FormatDateTime(Fields!Date_File_Created.Value,2) part?

 

Does Vault have its own setting for date formats?

 

Also, the Autodesk Report Template Utility is helpful in being able to pull out extra fields from the vault like Path, Originator etc. but why does the Path value (for example) default to this:

 

=First(Fields!Path.Value)

 

when the correct string (for each individual file) should be:

 

=Fields!Path.Value

 

Thanks in advance,

 

Alex.

 

BTW. if anybody else is trying to customise the report image away from the default Autodesk one, the required format is base64 encoding.

1 REPLY 1
Message 2 of 2
AlexFielder
in reply to: AlexFielder

It seems like the following line in the Readme for Vault 2014 SP2 might explain the date format issue I've been seeing:

 

Date formatting was not being honored in non ENU applications. 

 Readme link here: http://knowledge.autodesk.com/sites/default/files/file_downloads/Readme_Vault_2014ServicePack2.html

 

It looks like SP2 addresses some of the other problems I've seen with Vault Pro. 2014 so far, namely the job processor command line didn't like switching between our vault servers.

 

/Goes off to download the Service Pack grumbling...

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report