Different EvDre results in different PC

Hi,
my question is very simple but it makes me fool.
I build new report with EvDre, but the results are different when we lunch it in different personal computer.
For example, in my PC (logged in with my user and password) I return my values. In an other PC, logged in with the same user, EvDre report gives me no results.
How can I resolve it?
Thanks in advance.

PLease include your version when posting; Assuming you are using BPC 7.0, the first test I would run on the PC that is not returning the values under the same ID as the first PC, is a Report Wizard report.  DO those 2 reports match in values? So if you run a trend report on both PC's using the exact same point-of-view from the Action Pane member settings, do you get the same values?
Then create a simple EVDRE report and test results for both PC's.
If that doesn't work, the next thing to do is run from BPC for Excel, etools, Client OPtions, Clear Local Application information.  Then exit.  Logging back in, please go through the Connection Wizard.  Retest the wizard and the EVDRE reports. 
Hope this helps.

Similar Messages

  • VBA inserting form fields, different positions result for different users.

    I'm certianly at a loss for wrapping my head around this.
    Adobe Acrobat 9 Standard (v 9.5.4)
    Excel 2010  (VBA)
    The problem:  When I create the PDF document from Excel, I search for a string of text in order to capture the Quads for the containing rectangle.  Then I use the quads to insert a control with numeric offsets.  The problem that I am facing is that the offsets seem to be causing the controls to be in different locations for different users.  For example, when I send (-26, -2, 100, 10) {x-offset, y-offset, width, height}; the control aligns exactly where I want it.  But when another user user runs the exact same routine, or opens the PDF that I created, the fields are no longer positioned correctly.
    Is there some setting that I am missing? EDIT, SOLVED:  My Acrobat had a custom point to pixel setting.  (Preferences > Page Display > Resolution)
    Private Function makePdfControl(ByVal pdfPage As Integer, keyTerm As String, Optional ByVal keyTermLookAhead As Integer = 0, Optional ctrlType As String = "text", Optional cCoords As Variant = 0)
        'pdfPage is the target page of the document
        'keyTerm is the assembled search term: "Date Shipped >> DATESHIPPED"
        'keyTermLookAhead is the number of words assembed into KeyTerm, zero based: "Date Shipped" >>  "DATESHIPPED" >> "DATE" = 0, "SHIPPED" = 1
        'ctrlType determines the type of control to place on the form; default is text
        'cCoords carries an array of integers: x-offset, y-offset, width, and height
        txt = ""
        Dim fkt As Integer 'counter for keyTermLookAhead
        Dim matchFound As Boolean 'flag that a match has been found
        Dim maxWords As Integer 'the maximum number of words in pdfPage
        Dim coord(3) As Integer 'local array container to provide interface for cCoords
        p = 0
        matchFound = False
        maxWords = jso.getPageNumWords(pdfPage)
        Do While p + keyTermLookAhead <= maxWords 'search all words in the target page; break if not found
            p = p + 1
            For fkt = 0 To keyTermLookAhead
                txt = txt & jso.getPageNthWord(pdfPage, p + fkt)
            Next fkt
            If UCase(txt) <> UCase(keyTerm) Then 'the assembly of terms is complete, check if match
                txt = "" 'prepare "txt" for next assembly
                matchFound = False
            Else
                matchFound = True 'we've struck gold, exit the loop preserving val of "p" as the first word in the assembly
                Exit Do
            End If
        Loop
        If matchFound = True Then
            Dim qtmp() As Variant
            Dim q(7) As Double
            qtmp = jso.getPageNthWordQuads(pdfPage, p)(0) 'collect the rectangle containing the first word of the search; output is a base-0x7 array
            For a = 0 To 7
                q(a) = qtmp(a) 'collect the data
            Next a
            If VarType(cCoords) <> 8204 Then '8204 means that we've inserted an array into the Varient type var cCoords
                coord(0) = 0
                coord(1) = 0
                coord(2) = 100
                coord(3) = 15
            Else
                coord(0) = cCoords(0) 'x-offset value
                coord(1) = cCoords(1) 'y-offset value
                coord(2) = cCoords(2) 'width value
                coord(3) = cCoords(3) 'height value
            End If
            x0 = coord(0) 'x-offset var
            y0 = coord(1) 'y-offset var
            w = coord(2) 'ctrl width
            h = coord(3) 'ctrl height
            x = q(0) + x0
            y = q(7) - h + y0
            'origin point of doc matrix is lower-left corner
            'origin point of control is lower left corner of the rectangle containing the first word of the search phrase
            'offsets are placed from this point, negative x shifts to the left, negative y shifts down
            'values are in points, not pixels
            Set f = aForm.Fields.Add(keyTerm, ctrlType, pdfPage, x, y, x + w, y + h) '(uplf, lwlf, lwrt, uprt) 'add the control to the form using values passed in
        End If
    End Function
    The above function is used while looping through the pages of the created PDF document.  I am using the following function to create the document from Excel:
    Private Sub exportToPDF()
        DoEvents
        Application.ScreenUpdating = False
        Call showTabs(False)
        ActiveWorkbook.ExportAsFixedFormat Type:=xlTypePDF, _
                                           Filename:=pdfPathData, _
                                           Quality:=xlQualityStandard, _
                                           IncludeDocProperties:=False, _
                                           IgnorePrintAreas:=False, _
                                           OpenAfterPublish:=False
        Call showTabs(True)
        Call locateDoc
        Application.ScreenUpdating = True
    End Sub
    Message was edited by: ilivingston:  solved

    Thanks for the reply, I did spend some time working on this issue...  here is what I found...
    1)  First of all, I did have a custom Points to Inches setting in my Acrobat options...  110 vs 96.   Resetting this allowed for me to see the alignment issue that my colleagues were referencing first hand.
    As it turned out, my results were better, but still had inconsistency among different workstations.  Leading me to..
    2)  The MSFT creator uses the default printer in some way to create the PDF.  Because the different workstations were using different printers, we were getting different results.  If everyone used an HP 1320, nobody would see any difference upon creating / adding fields.
    The final solution was to change the Application.Printer to a common network printer before the export operation, and return the Application.Printer to the user default after the export completed.  This has provided us with a common ground to work upon; we are lucky to have a network printer that can be used for this purpose, as I can see this becoming non-viable in environments where this would be unavailable.

  • Two different retrieval results on two spreadsheets for same account

    I am encountering some very bizarre retrieval behavior that I've never seen before. The version is 11.1.1.3. I have a dynamically calculated account, which produces a Contract-to-date value for Net Sales.
    The formula is:
    IF(@ISMBR("Jan"))
    @MDSHIFT("CTD Sales", 24, "Period", , -1, "Years", ) + "Net Sales";
    ELSE
    @PRIOR("CTD Sales") + "Net Sales";
    It's always worked correctly as far as I can determine. I took a copy of the outline and put it in my dev system and have been working on some other development. In testing, I noticed that my CTD Sales wasn't retrieving the correct number. This is on a spreadsheet with multiple other accounts on it. It works fine up through FY12, then in January of FY13 and thereafter, produces incorrect numbers, with no apparent pattern of error. So I put just the Net Sales and CTD Sales members onto another spreadsheet, without all of the other stuff, and retrieved that, and it produced the correct numbers. It's not a matter of having a spreadsheet formula in the retrieval spot that I've forgotten about (I've done that before). I also copied the spreadsheet with the wrong numbers, and retrieved in Smart View (was retrieving in Essbase add-in before), and got the same wrong numbers.
    In addition, I actually have three dynamically calculated CTD accounts on the sheet, and the bizarre behavior is happening for all three. With all of the other accounts on the sheet, wrong numbers. With only those accounts on the sheet, correct numbers.
    Also, for more information, one of my calculation scripts uses these CTD members, and it is producing the correct result, so this appears to be isolated purely to spreadsheet retrieval.
    So how can the same exact dimension intersection produce two different numbers on two different spreadsheets? Why would having other account members on a spreadsheet affect the results of one of the accounts? Has anyone ever encountered this before?
    Sabrina

    are you sure you have same combinations from rest of dimensions in both spreadsheets...like retrieving for same month ???Absolutely, 100% sure.
    Also does the difference exists for all months retrieval or only for Jan retrieval?It starts in January and the difference continues for the rest of the months/years after. The amount it's off by changes each year, but remains the same for each month in the year. So Jan through Dec of FY13 are all off by 50,321,000. Jan through Dec of FY14 are all off by 186,378,000. Jan through Dec of FY15 are all off by 351,757,000.
    Also note that if you have a retrieval as shown in the screenshot in the following link... for the last 5 months (AUG to DEC) under FY11 will actually retreive for FY12. this is a wierd behaviour.No, I have the year above each month.
    Sabrina
    Edited by: SabrinaD on Aug 3, 2010 12:31 PM

  • How to add different query results in Report designer

    Hi,
    I am creating a report based on 3 queries.  At the end i need to show total of 3 query results.
    How can i add results of queries in report designer??
    thanks in advance

    Hi Siva,
    As u said that u want to show the results of the queries through report designer but i think it is used for formatted reports .
    If u want to see tha results of diffrent query then u can use workbook .
    In workbook u can also analyse reports easily by applying slice and dice techniques .
    from different queries result set will be displayed on workbook with formatting  and good look and feel.
    regards,
    Supriya

  • The risk analysis results are different when choose report type as "summary" and "management" summary

    Hello experts,
    I found a expired user with SOD conflicts in "management summary" report format, but it doesn't exist in "Summary" report. You can find the screenshot in attached file. The user name is "YINPENG2_BK".
    What happened? The result of different report formats are from different data source?
    Sincerely yours,
    Lynn

    Hi Lynn,
    that's not an issue from the system. It's more a handling issue as the results are splitted into several result sets. In management summary view you have only one result set as it's grouped by user and risk, whereas you have more than one in summary view (as you have multple entries for each user and risk).
    Change to the second, third, etc. result set and you will see the user in the list:
    Regards,
    Alessandro

  • Web Part showing different result in different regions

    Hi All,
            We have a
    stock  web-part which is integrated into our SharePoint site . And this stock web-part is showing different result in different regions .As the output of the web-part is perfect in India,US,UK and working quite opposite in Singapore,china and Malaysia.Can
    any one help me how can I solve the issue
    Samar

    Hi Samar,
    As the stock web part is a custom web part, we cannot know how it works. For this issue, I suggest you ask the web part developers or support for help.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Logging Step results to different fields in adatabase

    Hi guys, would be great if you can help me out on this one:
    Imagine if I have 3 string test steps within a sequence, and I want to log the result of each of these steps in a different field (coulmn), what should I do?
    The main difficulty here is how to access the result of the steps individually, i.e, what parameter are they hidden under?
    I have been accessing the parameter: "Logging.StepResult.String", but this gives me result from all three steps at once, and I can only store the 3 results as different record in the same column.
    Thanks in advance!  

    Hi jack@nz,
    Are you using custom database steps in your sequence or process model to pull this information into the database or are you going to Configure»Database Options?  If you are doing the first method, could you send a screenshot of your sequence or the sequence file itself?  If you are doing the second option, are you customizing a schema, and if so, which one?
    Cheers,
    Kelly
    Cheers,
    Kelly R.
    Applications Engineer
    National Instruments

  • Different opertimizer_mode will cause different result( ie. row count).

    Hello expert,
    in my store procedure, I have change "opertimizer_mode" from several times among "rule" and "all_rows". I am wondering for the same statement if using different opertimizer_mode will cause different result for data volume ( such as row count?).
    Many Thanks,

    What version of Oracle?
    The rule hint should probably not be used in or after 10g except in very precise and very limited circumstances which usually involve querying data where no statstics exist - an unlikely event in 10g or 11g. Maybe with collection-to-table CAST() or TABLE() conversions and similar situations.
    The cost-based optimizer is almost always to be preferred to the rule-based optimizer in recent versions because almost all of the useful new features the database implements require it.
    Like BluShadow I wonder what the need to switch between the optimzers could possibly be

  • Different complining result between SUN JDK 1.4 and IBM JDK 1.3.1

    Hi! I simplifed my code as following:
    public class TestException2 {
        public Object test() {
            java.sql.Connection cn = null;       
            try {
                 // 1st. close
                cn.close();
            catch (java.sql.SQLException se) {
                 // 2nd. close
                cn.close();
            finally {
                return new Object();
    }But I get different compiling result betwueen SUN JDK 1.4.2 and IBM JDK 1.3.1 (I have to deploied my app to the websphere 5.0)
    In Sun JDK 1.4.2, I only got a warning:
    [e:\work\test]javac TestException2.java
    TestException2.java:14: warning: finally clause cannot complete normally
            ^
    1 warningIn IBM JDK 1.3.1, I got an error:
    TestException2.java:10: unreported exception java.sql.SQLException; must be caught or declared to be
    thrown
                cn.close();
                  ^
    1 errorWhat happend? Who is right?
    Thank you!
    [ I believe the code should not pass the compilation ... ]

    Many other people agree with you, including some Sun engineers.
    Perhaps Sun just feels an obligation to continue to allow it for legacy reasons.
    You might also investigate the compiler that comes with Eclipse.
    http://www.eclipse.org/
    It has a more flexible approach: for some cases, it lets you decide what is a warning and what is an error.

  • Geekbench results are different for 12-core

    Hello,
    I'm using a 12-core Mid 2010 2,66 GhZ. After having some performance troubles I've used Geekbench and found that the very same system has very different benchmark results. Following my results (http://browse.geekbench.ca/geekbench2/view/519313)
    Integer
    Processor integer performance
    17404
    19222
    Floating Point
    Processor floating point performance
    33928
    Memory
    Memory performance
    4194
    Stream
    Memory bandwidth performance
    4178
    Another system with the same Processor, Motherboard, OS, etc. shows this result (http://browse.geekbench.ca/geekbench2/view/313784)
    Integer
    Processor integer performance
    22938
    23771
    Floating Point
    Processor floating point performance
    40492
    Memory
    Memory performance
    4707
    Stream
    Memory bandwidth performance
    6299
    The only difference between them, I have 32 GB RAM and the faster system has 24 GB RAM, but is it possible that this will cause such a performance difference?

    I've bought it... and now, the result is much faster... http://browse.geekbench.ca/geekbench2/view/519415
    Integer
    Processor integer performance
    22033
    22447
    Floating Point
    Processor floating point performance
    37994
    Memory
    Memory performance
    4598
    Stream
    Memory bandwidth performance
    5186
    Unbelievable, but true! I know that Geekbench didn't make my system faster, but the results better... 
    So there's only a slight difference left, which could probably be eliminated by using only 3 memory slots...

  • Different viewing result using CR 11 vs. Visual Stadio 2003

    I have a report designed using CR 11 and viewed through a VB program designed using VB .net (Vusial Stadio 2003). The report has a running total field. For most of the records they work fine. But for certain records, the result are different if you view it through the program vs. view it in CR 11.  The running total in are correct in CR designer and they are incorrect while viewing through the VB.net apllication.   The same parameter values are passed to both applications.
    Please help!
    Thanks,
    Alex

    The difference was caused by the blank breaking point.  If the record that I use for breaking the rolling total is blank, CR VI handles it correctly, but Visual Stadio 2003 does not.
    Thanks for your help!
    Alex

  • Different zoom levels for different clips in the same project?

    Hi
    I am making a movie with videos from two different cameras. As a result some of the clips are cut down in size to a small portion of the screen. This can be solved if it is possible to use different zoom levels for different clips in the same project. I have not been able to do this. Is it possible?
    kind regards
    Soren

    You can scale the small clips up to the same size of the larger one... but you will get a quality loss.
    Using Motion or Scale to Frame Size commands
    Better to scale the large ones down to a Sequence that matches the smaller clip dimensions.

  • FR Studio - Is there a workaround for the issue with referencing data from a grid with a different DB connection and different # of dimensions?

    Hi,
    I am trying to reference a column in a different grid with a different database connection. I did some research in the forums, and it seems like this is a known issue with FR Studio. The issue is that if the 2 different database connections have different # of dimensions, then the reference will throw an error.
    For example, what I'm trying to do is below:
    In grid2.column[A], I have the following formula:
    grid1.column[A]
    The result is an error.
    The ultimate goal is to have a basic variance formula in the grid between grid1 and grid2, which have different database connections with a different # of dimensions. Is there a workaround at all to this bug? The example of the basic formula is below:
    grid1.column[A] - grid2.column[A] 
    Any help is much appreciated!
    Thanks,
    Tiffany

    Thanks for the detailed response Mike.
    The issue with trying it in Grid1 vs Grid2 is that Grid1's DB connection has more dimensions than Grid2's DB connection. I can't change the DB connection to a database with more dimensions because you have to be able to map all dimensions from the existing DB connection  (Grid1) to the new DB connection (Grid2). This isn't possible, so instead I have to map Grid2 (less dimensions) to Grid1 (more dimensions). It just ignores the extra dimensions from Grid1. Does that make sense?
    Thanks again for your responses. It's very much appreciated.
    Tiffany

  • Sum two different columns from two different tables

    Can you select and sum two different columns, from two different tables in the same sql statement?
    i.e.
    table1
    Item----OnHand_Qty
    A--------10
    A--------15
    B--------10
    B--------10
    C--------20
    table2
    Item----Trx_Qty
    A--------2
    A--------4
    A--------6
    B--------1
    B--------1
    C--------4
    I'm looking for the following results from a query
    Item----Sum(Onhand_Qty)---Sum(Trx_Qty)
    A--------25

    Like this?
    SQL> create table table1 (item,onhand_qty)
      2  as
      3  select 'A', 10 from dual union all
      4  select 'A', 15 from dual union all
      5  select 'B', 10 from dual union all
      6  select 'B', 10 from dual union all
      7  select 'C', 20 from dual union all
      8  select 'D', 30 from dual
      9  /
    Tabel is aangemaakt.
    SQL> create table table2 (item, trx_qty)
      2  as
      3  select 'A', 2 from dual union all
      4  select 'A', 4 from dual union all
      5  select 'A', 6 from dual union all
      6  select 'B', 1 from dual union all
      7  select 'B', 1 from dual union all
      8  select 'C', 4 from dual union all
      9  select 'E', 3 from dual
    10  /
    Tabel is aangemaakt.
    SQL> select nvl(t1.item,t2.item) item
      2       , t1.sum_onhand_qty
      3       , t2.sum_trx_qty
      4    from ( select item, sum(onhand_qty) sum_onhand_qty
      5             from table1
      6            group by item
      7         ) t1
      8         full outer join
      9         ( select item, sum(trx_qty) sum_trx_qty
    10             from table2
    11            group by item
    12         ) t2
    13         on (t1.item = t2.item)
    14  /
    I SUM_ONHAND_QTY SUM_TRX_QTY
    A             25          12
    B             20           2
    C             20           4
    E                          3
    D             30
    5 rijen zijn geselecteerd.Regards,
    Rob.

  • Other question: There is a way to apply different video channels to different program monitors?

    I'm editing a marriage ceremony. There is two cameras on the couple in different angles, and there is a camera roaming the church for detais on the audience. I synch them in the a sequence, cut off the shaky parts on the roaming camera and I alternate between the two cameras. I can't see what is behind the layer hierarchy, so I turn its visualization off to se what's happening on the other cameras, and this is quite unpratical.
    So, how to do it? To make different preview outputs for different video channels on the same sequence?

    There is no special trick to qualifying answers. There are just different opinions as to what the proper answer should be. Very seldom will anyone here steer you wrong. You just might have better results from one type of answer than another.
    I just happen to be of the opinion that the Creative Cow provides the best bang for the buck. Lynda.com is not free, but has the advantage of taking you through a real project to come up with a solid result.
    To Google it yourself, as you have seen, is a perilous journey through heavily accented and sometimes poorly put together tutorials. Once you find Andrew's tutorials, you are in good hands. There are other good ones, and Occasionally I will put something together myself. But for a start, use Andrew's tutorials to get you most of the way there.

Maybe you are looking for

  • How do I take files from one user to another

    My wife and I share a MacBook Pro, and just now decided to have seperate users accounts on the computer.  I have files saved under her user name, how do I copy them over to my user account?

  • Kt4 ultra bios 1.3 ati problem

    I updated my bios a while ago and when i did i noticed pixels in weird places.  I updated from 1.2 i was having problems with crc errors, after that i couldnt run any driver verision on my ati 8500le above 2.5  so i couldnt run 3.0a 3.1. i was just c

  • Portege 3480: How to reinstall the Windows 2000

    I have got the laptops original cds, a new copy of W2000 and i can't get any of them to work. I have used the toshiba exteral cd rom to install the cds and a freecom drive. When i use the tosh external drive it gets as far as looking for my pcmcia ca

  • How to get MAC Address from device?

    Does any one knows, how we can get programmatically the MAC address of Blackberry device? Is it possible to get it through BES IT Policy? - Thanks

  • Open new browser window thru servlet

    From the parent browser window I would like to open new window on top of parent. How do I do this in a servlet? Thanks so much.