BI server behavior

Hi ,
I am curious about how the BI server behaves in a situation when there is no relation between tables and you try to query them in answers.
example : assume we have table A, B and C.A is joined to B and B is joined to C in physical layer.
However, no join is present between A,B and C table in BMM layer.Now if I want to create a request with fields from A and C, how would it give me the result .
Thanks !

Hi liwen,
For dimension & dimension tables and there joins look into this http://gerardnico.com/wiki/dat/obiee/dimensionidentification_
Dimension query on relation database is nothing but pulling all the dimensional columns into the request without any measures.....so the BI server will not have calculations or aggregations to look into .....it will have straight forward dimensions to result out.
hope helps you.Please close the thread by awarding points,many are forgetting etiquettes
Cheers,
KK

Similar Messages

  • Is there any way to add dynamic parameter in sql without breaking Server Behavior

    Hello, i'm building multiple language site.. i would like to know if there is possible way to add dynamic parameter in my query, without break the server behavior.
    For example:
    mysql_select_db($database_dxc_conn, $dxc_conn);
    $query_Recordset1 = "SELECT article.articleName, article.articleDesc FROM article";
    $Recordset1 = mysql_query($query_Recordset1, $dxc_conn) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    will become something like this:
    $additionalSQL=", article.articleName_en";
    mysql_select_db($database_dxc_conn, $dxc_conn);
    $query_Recordset1 = "SELECT article.articleName, article.articleDesc $additionalSQL FROM article";
    $Recordset1 = mysql_query($query_Recordset1, $dxc_conn) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    this is just an example, my real scenarion is far more complicated than this... however this kind of approach break the server behavior and force to do hand-coding...
    i would like to know if there's better way to do such thing like this...

    viktor.iwan wrote:
    Hello, i'm building multiple language site.. i would like to know if there is possible way to add dynamic parameter in my query, without break the server behavior.
    Server behaviors are simply bits of boilerplate code automatically generated by Dreamweaver. Editing the code doesn't "break" it (unless your edits are badly written). However, once you edit the code, Dreamweaver no longer recognizes it, so you lose the ability to drag recordset results from the Bindings panel.
    If you want to edit server behavior code, the best way to handle it is to lay out your page as you want, using the Bindings panel. Once everything has been done, only then edit the server behavior code.

  • It's official: server behaviors to be removed from DW

    Adobe has finally confirmed what I suspected would happen: server behaviors will be removed from the next version of Dreamweaver. They will still be available to install as an extension, but will no longer be part of the core program.
    http://blogs.adobe.com/dreamweaver/2013/04/nextgendreamweaver.html
    There is no information regarding plans to develop a replacement for the server behaviors in a future version. I genuinely have no idea whether a replacement for the server behaviors is on the cards.

    Actually, after looking into this computer I think maybe I would be best to take it to an Apple repair center.  I don't want to break something.  I thought maybe if it was just an easy small battery install, I could do it.  I don't see where another battery can go.

  • ADDT Server Behaviors not all available in CS6

    Hello,
    I used CS3 for years with the ADDT and was very happy with it.  I was given a career change and got away from programming.  I then upgraded to CS6 Master Collection and the ADDT for DW does not install and all the server behaviors I have come to enjoy are not all in CS6.
    What can I do?  Downgrading to CS3 is not an option.  do I now have to repay for these server behaviors in another extension?

    ADDT has been dead for quite a while.   The deprecated server behaviors in DW won't work with PHP 5.5+ so relying on them for current or future projects is futile.   Adobe removed them from DW CC for a reason.
    Steer clear of CS6's Behaviors Panel and learn to manually code with MySQLi (improved) or PDO.
    http://code.tutsplus.com/tutorials/pdo-vs-mysqli-which-should-you-use--net-24059
    Alternatively, Web Assist sells a commercial extension for DW that uses MySQLi Behaviors.
    $149.99 USD to replace the deprecated Server Behaviors panels.
    MySQLi Server Behaviors | Dreamweaver extension | WebAssist
    Nancy O.

  • In Dreamweaver CS6, the Plus (+) button in the Server Behaviors panel is greyed out. How do I make it operational?

    I am trying to restrict access to a page by redirecting unauthorized users to another page. The Adobe manual instructs me to:
    Open the page you want to protect.  
    In the Server Behaviors panel (Window > Server Behaviors), click the Plus button and select User Authentication > Restrict Access To Page from the pop‑up menu.  
    I opened the page and went to the Server Behaviors panel.
    Unfortunately, the Plus button is greyed out and not operational. How do I make the Plus button operational so that I can then select User Authentication, etc?
    Charlie

    You can't apply server behaviors to pages that don't contain (or are specified to be when they are created) server scripting. That means they must have the proper filename extension, e.g., filename.php or filename.aspx/

  • Sequel Search Server Behaviors Problem

    This code was made with php-msql server behaviors - recordset
    pull down's....
    I have a form to search for firstname or lastname or both but
    I'm not getting the right results
    SELECT * FROM phonebook WHERE firstname LIKE %s and lastname
    LIKE %s
    problem 1 - if I have NOTHING in the form then *all* records
    get returned
    I guess the problem is with blank form fields?
    Q: How can I fix this?
    full query below...

    still curious about this - thanks in advance

  • Dreamweaver CS5 not showing all recordsets in databases/bindings/server behaviors windows

    Dreamweaver CS5 is not showing all recordsets created on a page in the databases/bindings/server behaviors windows.
    I'm on XP, DW version 11.5 build 5344.
    Any idea of how I fix that?
    Thanks,
    Betty

    Dreamweaver CS5 is not showing all recordsets created on a page in the databases/bindings/server behaviors windows.
    I'm on XP, DW version 11.5 build 5344.
    Any idea of how I fix that?
    Thanks,
    Betty

  • Download File Server Behavior

    I've successfully implemented the upload file server behavior.  The file uploads, it is in the directory, if I delete the record through DW it also deletes the file in the directory so I know DW knows where the file is stored.
    My problem is with the download file server behavior, I can't seem to configure it to make it work.  It seems rather straight forward.  My dynamic display list displays the records (rows) with the file names but they do not show as links, I cannot click on them.  When I apply the download behavior, I see a generated "download" word added next to the display field on the page but this disappears when the page is actually displayed in a browser.
    Any ideas?

    please provide us a complete vision of your script or what ever your are doing.
    because you miss many things in your question such as what comes before this error or after it... thank you

  • DW CC 2014 Server Behaviors directly gone!

    DW CC 2014 Server Behaviors directly gone, I expect a year, did not expect the worst fears happened, does no longer appear in the Server Behaviors DW inside yet! This is the DW biggest regret it!

    Hi Lefing,
    See this discussion Re: Dreamweaver CC 2014 and Server Behaviors. I am locking this post so that we can have all this discussion in one forum post.
    Thanks,
    Preran

  • Server Side Includes with Server Behaviors

    Is it possible to include pages that have server behaviors attached to them, or are these behaviors limited to pulling in just plain html from the included pages?
    For example, I want two pages, index.php and login.php.
    I want the login.php page to have all of the user login behaviors/links/fields/buttons/etc. and then Include that on the index.php page. Am I supposed to be able to do this using ADDT server side includes?
    I've been successful using server side includes to include static text on a page, but not dynamic content with behaviors attached. I'm not sure if I'm just have a mistake, or if this won't work in the first place.
    thanks!

    Hi,
    this is generally possible, as the included files sure can have their own server hehaviours -- did that several times, where the "container" page had about no server behaviours embedded, but the included file did.
    ADDT´s server side includes will, loosely said, basically just "dynamically" strip the included document´s "head", but leave other components like server behaviours untouched
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Cannot Edit Duplicate Server Behaviors (bugged?)

    Okay, here's a problem:
    I've got a user login page with two different forms on it -
    one to log in new users, and one to log in existing users. I
    applied a "log in user" server behavior to each of them. Now both
    of these server behaviors are showing up under the Server Behaviors
    menu with the exact same name: "Log In User". When I try to save
    this file I get the following error:
    The Server Behavior panel cannot determine whether "Log In
    User" or "Log In User" is applied to your page. Please select the
    Edit Server Behaviors and change one of the two behaviors to ensure
    that each is uniquely identifiable.
    Clicking on each of them points to the same block of code
    (which logs in the existing user). I cannot delete them using the
    minus sign. When I click on the plus sign and select "Edit Server
    Behaviors" it shows me two other custom behaviors that I'd already
    downloaded (and used on another page) but doesn't show me the "Log
    In User" behavior at all.
    Is there any way to edit these behaviors? Change the name of
    one of them? Right now my page is working perfectly and I wouldn't
    mind the error except for the fact that this page is based on a
    template. Any template changes I make are not updating to this
    page. . . perhaps there's a preference I could change that would
    allow template changes even if an error is encountered?
    Any help is appreciated. Thanks in advance!

    Sylvain; thank you for the reply.  No, this issue impacts entries other than automount as well.
    So far I have observed this with entries consisting of :
    1) top/posixaccount/organizationalPerson/person/inetOrgPerson,
    2) top/groupofuniquenames/posixgroup
    3) top/iphost/nsHost
    4) top/nisNetgroup
    I have double/triple checked the schema and any log files as well to no avail.
    I have opened SR 3-10281206831 related to this issue.

  • Server Behavior, Bindings and Components Panels [subject edited by moderator]

    How do I get Server Behavior, Bindings and Components Panels and Database feature this is the most retarded program ever! I installed the extension manager, then it wanted the panel installed, which won't installed because of photoshop version. How in the hell do I get Server Behavior, Bindings and Components Panels and Database feature!!!

    The Deprecated Server Behaviors were removed for good reason.  The code is woefully outdated and the old MySql connections won't work on servers with PHP 5.5 or higher.
    Which operating system?
    Which version of PS?
    Which version of DW?
    Which version of Extension Manager?
    Replace Deprecated Server Behaviors with a modern commercial extension -- MySQLi (improved) or PDO:
    http://www.webassist.com/dreamweaver-extensions/mysqli
    http://www.dmxzone.com/go/22096/updated-replacing-dreamweaver-server-behaviors-with-dmxzon e-extensions/
    Nancy O.

  • ADDT file upload server behavior / file ownership on server

    When using the ADDT file upload server behavior, I found out that the files stored on my server have the ownership "www-data www-data", where other files uploaded (with Dreamweaver or a FTP client) have the ownership "[mydomain] www-data.
    This means I cannot manipulate these ADDT uploaded files with a FTP client like Filezilla or in the Dreamweaver file window, because I then get an error message saying I don't have the required permission for that operation (eg delete the file).
    Any clue on how to solve this problem?
    Thanks in advance,
    Erik

    You can also check with your host if they are running suexec. If they are you can possibly use a PHP-CGI wrapper in your script to have it create files/folders with the right permissions. It's more about the ownership of the php interpreter. Surprising though as I never seen ADDT have this kind of issue. I have seen this issue several times in hand written scripts by me where I don't do a lot of pre-checking.

  • JavaScript Error when adding the Server Behaviors for insert Record in php_mysql

    Hi guys,
    I am using Adobe DreamWeaver CS4.
    Here is the Scenerio, i am doing  php mysql driven website.
    While adding the server behavior for insert record i got following error
    Plz help me..
    Thanks in Advance
    RafelNash

    Have you found a fix to this??

  • Restrict Access to Page Using a password.php Instead of Server Behavior

    I previously used "log in" and "restrict access to page" server behaviors for my client portal when I only had one client. I had my username and password stored in mySQL database. I recently have gained more clients that all needed to be redirected to their own customized landing page when logged in. Because of this, I used a password.php to store the usernames and passwords and to redirect to different pages. Now, I am wondering how I can restrict access to these pages (i.e. someone won't be able to access the pages by typing the url) since I will not be connecting to a database anymore.

    I'm also confused by your statements.
    >Now, I am wondering how I can restrict access to these pages
    >(i.e.  someone won't be able to access the pages by typing the url)
    >since I  will not be connecting to a database anymore.
    It doesn't matter where you store the credentials - database or php file - the techniques for restricting access will be similar. I really don't understand why you moved away from the database when you got more clients. The more data you need to manage, the more reason to store it in a database.
    After logging in, most sites direct users to the same page, yet pull user specific data from the database. If for some reason you can't do this and need to built individual pages for each client, then store the 'landing' page for the client in the php file or database. Restrict access to each page by comparing the logged in name with an allowed login name. Or a more dynamic approach would be to dynamically pass the page name to a database query that validates that it's ok for the logged in user to access.
    Also, these questions are more appropriate for the app dev forum.

  • Asp server behavior in dreamweaver 5

    HI
    Is there any way to get extentions  for recordset server behavior and insert record behavior for asp for dreamweaver 5

    Yes it is the current version. Any help would be greatly appreciated.
    Thank you

Maybe you are looking for