Custom Report: Can you hyperlink to a task or requisition?

Custom Report: Can you hyperlink to a task or requisition?
When defining, configuring a custom form based report, how do you hyperlink to the task item or requistion?

Hi
I've had this one answered with our yes! hours, I'm sure it came up in the training too - I'm assuming you are using advanced reporting?
If your requisition URL is http://servername/RequestCenter/myservices/navigate.do?requisitionId=18954&query=requisition you would need to create a colum in the report with the expression
'http://servername/RequestCenter/myservices/navigate.do?requisitionId=' || cast ([REQUISITIONID],VARCHAR(10)) || '&performerID=&query=requisition'
You would then need to insert a hyperlink type column and make the value of the computed value your hyperlink - I chose to make my ReqID the display name. As you are hardcoding the URL in, you will need to change it as you migrate between environments.
Hope this helps - it is going to make drill downs a lot easier for us now.
Meghan

Similar Messages

  • If your database in Full Recovery mode, can you use Bulk Insert Task to load data

    If your database in Full Recovery mode, can you use Bulk Insert Task to load data

    If your database in Full Recovery mode, can you use Bulk Insert Task to load data
    Yes you can ofourse but dont be in idea that logging will be mininal. Loggign will be as per recovery model full. Every thing will be logged. If you are going to use bulk insert task you can consider switching recovery model to Bulk logged but you will not
    have option to do point in time recovery.
    PS: please dont create duplicate threads
    If you read first Note section in below link it clearly states that yes logging will be full and you can use
    http://technet.microsoft.com/en-us/library/ms191244(v=sql.105).aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Custom report - Can't customize font / table width etc

    So i'm authoring my first report - that works fine; however I can't seem to figure out how to customize the font / table width etc. I'm creating an RDL file from Report Server Project Wizard in Visual Studio and in there i'm changing font sizes and table
    widths and I can see its changing in the RDL file's XML. I then plug the RDL file into my managment pack and import it. I run the report and the results always have this huge font and the table widths don't change. Anyone have any idea what i'm missing or
    why that would be happening? heres the RDL file for reference:
    <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
    <Body>
    <ReportItems>
    <Textbox Name="textbox1">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Report1</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>12pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>SteelBlue</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox1</rd:DefaultName>
    <Height>0.36in</Height>
    <Width>5in</Width>
    <Style>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    <Tablix Name="table1">
    <TablixBody>
    <TablixColumns>
    <TablixColumn>
    <Width>1in</Width>
    </TablixColumn>
    <TablixColumn>
    <Width>2.75in</Width>
    </TablixColumn>
    <TablixColumn>
    <Width>3.58333in</Width>
    </TablixColumn>
    </TablixColumns>
    <TablixRows>
    <TablixRow>
    <Height>0.22in</Height>
    <TablixCells>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox2">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Raised Date Time</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>6pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox2</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox3">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Alert Name</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>6pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox3</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox4">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Alert Description</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>6pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox4</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    </TablixCells>
    </TablixRow>
    <TablixRow>
    <Height>0.21in</Height>
    <TablixCells>
    <TablixCell>
    <CellContents>
    <Textbox Name="RaisedDateTime">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!RaisedDateTime.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>5pt</FontSize>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>RaisedDateTime</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="AlertName">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!AlertName.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>5pt</FontSize>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>AlertName</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="AlertDescription">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!AlertDescription.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>5pt</FontSize>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>AlertDescription</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    </TablixCells>
    </TablixRow>
    </TablixRows>
    </TablixBody>
    <TablixColumnHierarchy>
    <TablixMembers>
    <TablixMember />
    <TablixMember />
    <TablixMember />
    </TablixMembers>
    </TablixColumnHierarchy>
    <TablixRowHierarchy>
    <TablixMembers>
    <TablixMember>
    <KeepWithGroup>After</KeepWithGroup>
    <RepeatOnNewPage>true</RepeatOnNewPage>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Group Name="table1_Details_Group">
    <DataElementName>Detail</DataElementName>
    </Group>
    <TablixMembers>
    <TablixMember />
    </TablixMembers>
    <DataElementName>Detail_Collection</DataElementName>
    <DataElementOutput>Output</DataElementOutput>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    </TablixMembers>
    </TablixRowHierarchy>
    <DataSetName>DataSet1</DataSetName>
    <Top>0.36in</Top>
    <Height>0.43in</Height>
    <Width>7.33333in</Width>
    <ZIndex>1</ZIndex>
    <Style />
    </Tablix>
    </ReportItems>
    <Height>0.79in</Height>
    <Style />
    </Body>
    <Width>8.1875in</Width>
    <Page>
    <LeftMargin>1in</LeftMargin>
    <RightMargin>1in</RightMargin>
    <TopMargin>1in</TopMargin>
    <BottomMargin>1in</BottomMargin>
    <Style />
    </Page>
    <AutoRefresh>0</AutoRefresh>
    <DataSources>
    <DataSources>
    <DataSource Name="DataWarehouseMain">
    <DataSourceReference>Data Warehouse Main</DataSourceReference>
    <rd:DataSourceID>e4235c51-407f-4065-8519-a1e57374bc45</rd:DataSourceID>
    </DataSource>
    </DataSources>
    </DataSources>
    <DataSets>
    <DataSet Name="DataSet1">
    <Query>
    <DataSourceName>DataWarehouseMain</DataSourceName>
    <QueryParameters>
    <QueryParameter Name="@AlertName">
    <Value>=Parameters!AlertName.Value</Value>
    </QueryParameter>
    <QueryParameter Name="@StartDate">
    <Value>=Parameters!StartDate.Value</Value>
    </QueryParameter>
    <QueryParameter Name="@EndDate">
    <Value>=Parameters!EndDate.Value</Value>
    </QueryParameter>
    <QueryParameter Name="@ObjectName">
    <Value>=Parameters!ObjectName.Value</Value>
    <rd:UserDefined>true</rd:UserDefined>
    </QueryParameter>
    </QueryParameters>
    <CommandText>SELECT dbo.vManagedEntity.FullName,
    dbo.vManagedEntity.TopLevelHostManagedEntityRowId,
    dbo.vManagedEntity.ManagedEntityRowId,
    Alert.vAlert.ManagedEntityRowId,
    Alert.vAlert.AlertName,
    Alert.vAlert.AlertDescription,
    Alert.vAlert.RaisedDateTime
    FROM dbo.vManagedEntity
    INNER JOIN Alert.vAlert
    ON dbo.vManagedEntity.ManagedEntityRowId = Alert.vAlert.ManagedEntityRowId
    WHERE dbo.vManagedEntity.FullName LIKE '%' + @ObjectName + '%'
    AND Alert.vAlert.AlertName LIKE '%' + @AlertName + '%'
    AND Alert.vAlert.RaisedDateTime &gt;= @StartDate
    AND Alert.vAlert.RaisedDateTime &lt;= @EndDate
    ORDER BY Alert.vAlert.RaisedDateTime DESC</CommandText>
    <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
    </Query>
    <Fields>
    <Field Name="AlertName">
    <DataField>AlertName</DataField>
    <rd:TypeName>System.String</rd:TypeName>
    </Field>
    <Field Name="AlertDescription">
    <DataField>AlertDescription</DataField>
    <rd:TypeName>System.String</rd:TypeName>
    </Field>
    <Field Name="RaisedDateTime">
    <DataField>RaisedDateTime</DataField>
    <rd:TypeName>System.DateTime</rd:TypeName>
    </Field>
    <Field Name="ObjectName">
    <DataField>ObjectName</DataField>
    <rd:UserDefined>true</rd:UserDefined>
    </Field>
    </Fields>
    </DataSet>
    </DataSets>
    <ReportParameters>
    <ReportParameter Name="AlertName">
    <DataType>String</DataType>
    <Prompt>Alert Name</Prompt>
    </ReportParameter>
    <ReportParameter Name="StartDate">
    <DataType>DateTime</DataType>
    <Prompt>Start Date</Prompt>
    </ReportParameter>
    <ReportParameter Name="EndDate">
    <DataType>DateTime</DataType>
    <Prompt>End Date</Prompt>
    </ReportParameter>
    <ReportParameter Name="ObjectName">
    <DataType>String</DataType>
    <Prompt>Object Name</Prompt>
    </ReportParameter>
    </ReportParameters>
    <Language>en-US</Language>
    <ConsumeContainerWhitespace>true</ConsumeContainerWhitespace>
    <rd:ReportUnitType>Inch</rd:ReportUnitType>
    <rd:ReportID>4250ddf1-3c87-47b1-b8c2-314aad86ad86</rd:ReportID>
    </Report>
    Any suggestions would be greatly appreciated. Thanks!

    I did some digging and found a link that might help you/have an answer.
    http://stackoverflow.com/questions/14850503/change-default-font-ssrs-visual-studio
    https://connect.microsoft.com/SQLServer/feedback/details/574003/modify-the-default-font-family-for-sql-server-business-intelligence-development-studio-while-creating-a-report#
    If you click on work around someone posted that they were able to modify the default font in visual studio.
    "If I am not mistaken, you can update your Report.rdl template file in visual studio
    to use the default font you wish to use.
    navigate to this location (where x is your visual studio version):
    C:-\Program Files\Microsoft Visual Studio x\Common7\ide\PrivateAssemblies\ProjectItems\ReportProject
    copy report.rdl to an already created report project. 
    Add the report to your report project
    Update the default font where applicable.
    Copy the updated report.rdl back to the location above and that is it.
    The next time you open your project, you will be using the update rdl file as your
    template. 
    You can do this as many times as you want.
    Use this link as a reference
    http://weblogs.sqlteam.com/jhermiz/archive/2007/08/14/60283.aspx
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • I have a scenario. Import IDOC into PI and PI transform IDOC to Excel. Using mail adapter attach that Excel using pi and send to customer. Can you please help me on the same?

    HI Experts,
    I have a scenario. Import IDOC into PI and PI transform IDOC to Excel. Using mail adapter attach that Excel using pi and send to vendor. Can you please help me on the same?
    Thanks
    SaiSreevastav

    Hi Sai,
    you can use XSLT or java mapping or adapter module to convert IDOC xml to XLS. Please refer the below blog
    Convert incoming XML to Excel or Excel XML – Part 1 - XSLT Way
    Convert incoming XML to Excel Sheet Part 2 – Adapter Module way
    Convert incoming XML to Excel Sheet
    then after converting to Excel, you can use the payloadswap bean in mail adapter
    XI: Sender mail adapter - PayloadSwapBean - Step by step
    regards,
    Harish

  • Can you:  Sync Calendar, Contacts, & Tasks over the internet?

    Hey!
    We have a iMac and love it. I am primarily a PC user at work and am used to a windows mobile device that syncs Contacts, Calendar, & tasks over the internet.
    As stated we have the iMac. I also have the .Mac account which currently publishes our calendar to a read only web site.
    Here's the Q's I have as a perspective buyer:
    Can the iPhone sync up with the calendar on my Mac?
    Can the iPhone sync up contacts with my Mac?
    Can the iPhone sync up tasks with my Mac?
    *When I use the term "sync" I mean that if I update something on the mac, it shows up automatically on thie iPhone and when I enter an item into the iPhone it shows up on the Mac.*

    BrentMaherAtApple wrote:
    *When I use the term "sync" I mean that if I update something on the mac, it shows up automatically on thie iPhone and when I enter an item into the iPhone it shows up on the Mac.*
    No. The iPhone does not support any Over the Air (OTA) syncing at this time. With the 2.0 release in June the iPhone will support OTA syncing with Exchange servers.

  • Having a problem working on a text box in my custom form, can you help me?

    I am making a custom form and I have reached a problem. The textbox that I am working on has gone light and will not let me edit it at all. I have tried to delete it and start over but it is stuck and I don't know what to do?

    Are you still having this issue? It sounds to me that you "cut" (ctrl+x) the object. You can get out of the mode by pressing the "ESC" key on your keyboard.
    Gen

  • Memtest report, can you help reading it?

    Due to frequent shutdowns that have been associated with hardware issues (covered under a separate thread), I decided to run Memtest to check my RAM.
    I have a total of 5 GB RAM (2 x 512MB + 2 x 2GB).  The suspicion I have is that the original, 512 is at a 4200 speed, while the added, 2 GB are rated by my Mac's System Profiler as 3200 (Crucial claimed there's no 4200 available anymore).
    Also, I did a regular restart before running Memtest (via the Terminal), because when trying to start up as single-user (Command-S) I got a DOS-like screen that was not at all clear to me....  IS THAT CONNECTED WITH THE FOLLOWING MESSAGE (see below, copied from the report)? And if so, how significant is this "error" of testing with unlocked memory?
    Attempting memory lock... ERROR: Memory lock failed - reason unknown.
    WARNING: Testing with unlocked memory may be slower and less reliable
    Here is the report, and I would greatly appreciate getting a feedback, telling me if all OK, or are there any issues with my RAM:
    Last login: Fri Oct 19 17:33:46 on console
    (my name)s-power-mac-g5:~ Ami$ memtest all 2
    Memtest version 4.22 (64-bit)
    Copyright (C) 2004 Charles Cazabon
    Copyright (C) 2004-2008 Tony Scaminaci (Macintosh port)
    Licensed under the GNU General Public License version 2 only
    Mac OS X 10.5.8 (9L31a) running in multiuser mode
    Memory Page Size: 4096
    System has 2 PPC processors(s) with Altivec
    Requested memory: 4531MB (4752113664 bytes)
    Available memory: 4531MB (4752113664 bytes)
    Allocated memory: 4531MB (4752113664 bytes) at local address 0x0000000001000000
    Attempting memory lock... ERROR: Memory lock failed - reason unknown.
    WARNING: Testing with unlocked memory may be slower and less reliable
    Partitioning memory into 2 comparison buffers...
    Buffer A: 2265MB (2376056832 bytes) starts at local address 0x0000000001000000
    Buffer B: 2265MB (2376056832 bytes) starts at local address 0x000000008e9fc000
    Running 2 test sequences... (CTRL-C to quit)
    Test sequence 1 of 2:
    Running tests on full 4531MB region...
      Stuck Address       : ok             
      Linear PRN          : ok             
    Running comparison tests using 2265MB buffers...
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok             
      Block Sequential    : ok                
      Checkerboard        : ok             
      Bit Spread          : ok               
      Bit Flip            : ok               
      Walking Ones        : ok               
      Walking Zeroes      : ok               
    Test sequence 2 of 2:
    Running tests on full 4531MB region...
      Stuck Address       : ok             
      Linear PRN          : ok             
    Running comparison tests using 2265MB buffers...
      Random Value        : ok
      Compare XOR         : ok
      Compare SUB         : ok
      Compare MUL         : ok
      Compare DIV         : ok
      Compare OR          : ok
      Compare AND         : ok
      Sequential Increment: ok
      Solid Bits          : ok             
      Block Sequential    : ok                
      Checkerboard        : ok             
      Bit Spread          : ok               
      Bit Flip            : ok               
      Walking Ones        : ok               
      Walking Zeroes      : ok               
    All tests passed!  Execution time: 15404 seconds.

    Memtest is not an application, and it doesn't reside in the Application folder.
    If it isn't an application, then what is it???
    Where ever you put the Memtest Application. If it's on the Desktop, Type Desktop. If its in Downloads, Type Downloads.
    but that doesn't mean my Mac is happy with the slower speed, right?
    IF the RAM is, IN FACT, not PC4200 and is a slower, PC3200 DIMM, it isn't the right RAM and will cause issues, sometime, somewhere. I have a hard time believing that the machine actually runs.
    hat upgrading from Tiger to Leopard made my Mac more sensitive and less stable because of it
    Leopard is far more discerning regarding RAM.
    Crucial claims they've sold many of thise w/o any issues. They're actually shipping me replacement RAM for free, same 3200
    I don't buy it. PC5300, OK, but not slower. Many people got Crucial PC5300 and it works, but always misreports as PC3200.
    What does the sticker on the side of the DIMM say?
    For anyone reading (because RAM is important and misinformation and confusion is bad):
    NEVER install RAM that is slower than spec'd RAM.
    In the Dual Core G5, since DDR2 PC4200 DIMMs are harder to find, many people opt for DDR2 PC5300 DIMMs. That is likely fine, as the RAM will be backwards compatible to the slower 533 MHz controller of the G5.
    Misreports ARE common with the faster RAM, however.
    Do NOT install DDR2 PC3200 DIMMs as they are not rated beyond 400 MHz.
    Power Mac G5: Memory Specifications and ... - Support - Apple

  • Can you set each individual task to a separate colour on the reminders app?

    I was just wondering if there is a way to change the color of each indiviudal task in a task list to seperate colours on the reminders app.
    If there is could you please let me know, thanks 

    Hi Prasanna,
    I am aware of the character limit. However, that pop up doesn't show up when using the situation as described in my post. I did get the message when I added one resource at a time
    and after a while it did tell me I had too much resources on that task. The web version then came with the message:
    "The resource list is too long. A resource list that contains more than 256 characters cannot be edited or deleted on the To line of a message. Use the resource information dialog
    box to edit long resource names."
    However it did not come up in the situation as described above.
    Regarding your suggestions:
    1) Shorter resource names would help for only a short while. Because adding more resources to a single task will again generate the issue. For instance: if I add 30 resources to
    a task, with all a character length of 10 I will run in the same issue. Best practices set aside of course, I know that adding 30 resources to a task is bad mojo.
    2) Project Pro cuts the assigning of resources also, with giving the error message similar to the one above. But rather than creating a new local resource, Pro just assigns the
    task to 6 out of the 8 resources I have added to the task. Which is better, if only the client worked with Project Professional...
    I hope you come up with something during your tests…

  • XL Reporter - Can you create a hierarchy (e.g. BOM)

    I'm looking for a way to create a report in XL Reporter that would show a full multi-level BOM.
    Does anyone know if it is possible to use the output as inout as well in the same report? I.e. use the Output of level 1 of the BOM as the input for level2 of the BOM but with running the report only once.
    Any ideas would be appreciated.

    Hi Gordon
    I already have a query that builds the BOM hierarchy in Business One. It uses CTE (Common Table Expression) in SQL 2005. Sadly you lose the drill down functionality but it roughly does the job. I was hoping to find a way to create a BOM report that is a bit better formatted as the formatting/display options in the queries are limited.
    Let me know if you need details on the BOM query.
    Regards
    Edu

  • Can you hyperlink to Windows Explorer

    Is it possible in Adobe Acrobat to create a hyperlink which
    opens Windows Explorer, therefore allowing people to choose a file
    to open in the standard way?

    smithjc wrote:
    > Is it possible in Adobe Acrobat to create a hyperlink
    which opens
    > Windows Explorer, therefore allowing people to choose a
    file to open
    > in the standard way?
    Do you mean to ask this in a Director newsgroup?
    Have you seen the help for Acrobat?
    From the help from Acrobat V.5:
    "Converting Microsoft Office application files (Windows)
    The default Acrobat installation in Windows includes a
    macro—Adobe PDFMaker
    5.0—
    that allows you to create Adobe PDF files quickly and easily
    from within
    Microsoft Office
    applications. PDFMaker works with Microsoft Word 97, Word
    2000, Excel 97,
    Excel 2000,
    PowerPoint 97, and PowerPoint 2000 and is installed
    automatically if you
    have the
    Microsoft Office application on your system.
    By default Adobe PDF files created with PDFMaker generate
    tagged PDF and
    preserve
    hyperlinks, styles, and bookmarks present in the source
    document."
    Andrew

  • Sending an email to customer care - can you please send me the contact email.....

    I really want to email Ketan - but his phone message to me is a little difficult to deciper his email address from (ke???[email protected]) -   can Adobe please help????

    You aren't addressing Apple. As explained in the forum Terms of Use you agreed to when you joined, this is strictly a user-to-user tech support site. Apple doesn't participate or respond here.

  • Can you hyperlink to a section of a smooth scrolling article?

    I have a folio that uses smooth scrolling instead of page scrolling.  The page is really long so I want to create a jump to menu that will jump down the page to the desired section.  I thought that creating a text anchor destination would work, but after trying different ways I've found that it doesn't.
    Is there a way to navigate a smooth scrolling article?

    Did you download DPS Tips from the App Store? Here's a link to the specific article:
    http://contentviewer.adobe.com/s/DPS%20Tips/7f80a0ffed3a4ff08734bc905aac4a29/Advanced_Over lays/24_scroll_links.html

  • Customer Support: Can you identify this text message?

    Hi,
    Can someone from Verizon tell me why I got the following text and what it means:
    "//VZWVVM:SYNC:ev=NM;id=1;c=1;t=v;s=My Home Phone Number Here;dt=18/11/2014 14:53 -0500;l=9;dev_t=5"
    I have had 3 such undecipherable messages in the past few days (all a little different). They appear to be coming from Verizon.
    Thanks

    Yesterday afternoon I called my cell phone from a land line phone to leave a message to test the voice mail feature of the cell phone. The text I received, posted above, is a result of that voice message. It came in right after I left the voice message. I did not get an indication on my cell phone of that voice mail until this morning when I turned the phone on.
    It is still not clear to me why I got the text, or why it took so long for my cell phone to indicate that I had a voice message.

  • Custom Report for CO04n Mass Printing

    Hi,
    In CO04n for a given order number, production plant and order type when we click from main menu mass printing->execute. We get a list of outputs together for the order number.
    Object List.
    Job Ticket
    Pick List
    Goods Issue
    Goods receipt
    Confirmation slip.
    I want to create a custom report with order number as input and according to radio button selected the layout should be displayed. Is it possible.
    I know the driver program and form name. How can I develop this custom report.

    Hi ,
    You can develop Custome Report   , but for that 
    you will require  help from your Functional Team  , which will guide you thorug data selection  and processing
    i.e from which table data to be taken what to process .
      in that Report you can  display all details  which you reqired and also add one check box  in alv grid   in order to  select order no  .
      also take one button  on display Grid menu   using PF-status  .
      You have to  go through it step by step .
    Regards
    Deepak.

  • How to find the list of custom reports?

    Hello All,
    I am trying to get a list of all the custom reports that we have by responsiblity in 11.5.10.2. This to identify and move them into the our newly upgraded R12 instance.
    Is there a query that can be written against the FND tables to get this listing?
    Pls. help
    Thanks,
    Monkey.

    I am trying to get a list of all the custom reports that we have by responsiblity in 11.5.10.2. This to identify and move them into the our newly upgraded R12 instance.
    Is there a query that can be written against the FND tables to get this listing?There is no direct way to get the list of custom reports unless you followed the naming convensions when you created those reopports (i.e. your object/file name starts with XX_%).
    https://forums.oracle.com/forums/search.jspa?threadID=&q=List+AND+Custom&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    In this case, you can query FND_CONCURRENT_PROGRAMS_TL/FND_CONCURRENT_PROGRAMS/FND_CONCURRENT_PROGRAMS_VL -- Search the forum for those objects and you will find many helpful queries.
    Thanks,
    Hussein

Maybe you are looking for

  • Problema para fazer download do XML (Firefox, Chrome, Safari)

    Oi Pessoal, Queria ver se alguém tem alguma dica... no monitor web, em vários clientes diferentes, conseguia acessar normalmente o download do XML: clicava no botão "Download XML" na visão de detalhes da NF-e, abre-se o menu com "NF-e" habilitado, "N

  • IPad 2 8.0.2 won't update to 8.1.1 screen stuck

    iPad 2 8.0.2 tried to update to 8.1.1 via wifi but says it should be plugged in directly to computer So I directly plugged into my macbook pro with the latest version of iTunes. After downloading and extracting the software, it came with an error tha

  • Downloaded program won't open.  Mavericks.

    I get this message when trying to open downloaded program under Mavericks.  "Singularity" can't be opened because it is form an unidentified developer.  What can I do?  What can I do? I never got this under 10.6.x

  • I can't adjust the date in contacts for September 1978

    Is there a way to "re-activate" the days for September 1978 in Contacts and calendar? On both my IPhone 4 and my iPod Touch 4G the only date available is September the first. Both have the latest updates. This is an ongoing issue

  • ADF 10.1.3.0.4: tree leaf with no child nodes still displays folder icon?

    I was reading through Frank Nimphius's Blog and found the entry entitled "ADF Faces: Building a hierarchical tree from recursive tables - October 05, 2006" and found a tree example in which a tree leaf with no child nodes do not display the folder ic