Joins in DW Dataset

Is there a way to do Joins in your DataSet using the DataSet
Wizard?
I know I could just paste the Sql into the Sql box. But can
you do it using
the tables it displayes and picking the fields you want.
All I can see is defining one table and choosing fields from
that table. In
DW2004, the word Join isn't even in the help file.
Thanks,
Tom

Simple answer "No". You need to create the join by hand, or
copy from
another app
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"tshad" <[email protected]> wrote in message
news:euvai1$mag$[email protected]..
> Is there a way to do Joins in your DataSet using the
DataSet Wizard?
>
> I know I could just paste the Sql into the Sql box. But
can you do it
> using
> the tables it displayes and picking the fields you want.
>
> All I can see is defining one table and choosing fields
from that table.
> In
> DW2004, the word Join isn't even in the help file.
>
> Thanks,
>
> Tom
>
>

Similar Messages

  • ODI-15605: Multiple ordered joins in this dataset use the same order number.

    I get this error but only have 3 ordered joins numbered 10, 25 and 30; I also have ten lookups specified as left-outer joins.
    I presume the lookup joins also have order numbers. Does anyone know how to find out those order numbers?
    (For the moment I'm using a work-around of doing the lookups in the staging area, which seems to avoid the problem.)
    ODI version: 11.1.1, Build ODI_11.1.1.5.0_GENERIC_110422.1001
    Java: 1.6.0_45
    Windows: 7 Pro SP 1, 64-bit
    Keith H.

    Forgot to mention, I get this error when I save the interface, not when I run it. K

  • Joining datasets in template

    Hi all,
    I have a requirement of joining two data sets in a template.
    I have to create a table in template with the combined xml output of 2 queries.
    I need to join one column(say 'idnumber' ) in one data set to the column('sidnumber') in another dataset and so that idname should appear in one of the fields in the template after joining.
    can any one throw light on this issue asap please

    I have a requirement this way:
    I have xml as shown below:
    <DATA>
    <SQL>
    <SQL_ROW>
    <c1>99384</c1>
    <c2>QWEHJ</c2>
    <c3>737272</c3>
    <c4>-2342345</c4>
    </SQl_ROW>
    <SQL_ROW>
    <c1>34535</c1>
    <c2>dfgsdf</c2>
    <c3>737272</c3>
    <c4>-2342345</c4>
    </SQl_ROW>
    <SQL_ROW>
    <c1>99384</c1>
    <c2>QWEHJ</c2>
    <c3>737272</c3>
    <c4>-2342345</c4>
    </SQl_ROW>
    <SQL>
    <fc_map>
    <fc_map_row>
    <f1>34535</f1>
    <f2>ABCD</f2>
    </fc_map_row>
    <fc_map_row>
    <f1>34534</f1>
    <f2>DFDF</f2>
    </fc_map_row>
    <fc_map_row>
    <f1>4524</f1>
    <f2>FSSDSFDFWE</f2>
    </fc_map_row>
    </fc_map>
    </DATA>
    I have to put a condition for a field to match the f1,c1 columns
    I need to join the columns f1 and c1 such that the field in the rtf gives the name after joining. its is in such a way that, the customer id lies in one data set and customer name lies in other dataset and we need to join the two datasets by customerid and hence the name of the customer is displayed in the report.

  • Join error in Mapping !!

    Hi,
    I have 4 source tables and one target table. While mapping the source table with target I am getting following error:
    Critical:     DataSet Default     All datastores in a dataset should be joined. This dataset has several sets of disconnected source datastores. The sets are: [src1,src2,src3,src4].To design a Cartesian product, create a join and select Cross Join in its properties.
    Because of this error flow diagram cannot be created and showing the error message.
    Can anybody tell me what exactly I should do to make this work?
    Thanks,
    Shri

    If you need a cartesian join between tables you need to put a cross join. ODI needs a join (normal join or cross join) between all the tables that you've put in an interface.

  • Using SSIS 2012 - merge join component to transfer data to destination provided it does not exist

    HI Folks,
    I have a table - parts_amer and this table exists in source & destination server as well.
    CREATE TABLE [dbo].[Parts_AMER](
     [ServiceTag] [varchar](30) NOT NULL,
     [ComponentID] [decimal](18, 0) NOT NULL,
     [PartNumber] [varchar](20) NULL,
     [Description] [varchar](400) NULL,
     [Qty] [decimal](8, 0) NOT NULL,
     [SrcCommodityCod] [varchar](40) NULL,
     [PartShortDesc] [varchar](100) NULL,
     [SKU] [varchar](30) NULL,
     [SourceInsertUpdateDate] [datetime2](7) NOT NULL,
     CONSTRAINT [PK_Parts_AMER] PRIMARY KEY CLUSTERED
     [ServiceTag] ASC,
     [ComponentID] ASC
    I need to exec the following query using SSIS components so that only that data ,is transfered,which does not exist at destination -
    select source.*
    from parts_amer source left join parts_amer destination
    on source.ServiceTag = destination.ServiceTag
    and source.ComponentID=destination.ComponentID
    where destination.ServiceTag  is null and destination.ComponentID is null
    Question - Can Merge component help with this?
    Pl help out.
    Thanks.

    Hi Rvn_venky2605,
    The Merge Join Transformation is used to join two sorted datasets using a FULL, LEFT, or INNER join, hence, not suitable in your scenario. As James mentioned, you can use Lookup Transformation to redirect the not matched records to the destination table.
    Another option is to write a T-SQL script that makes use of
    Merge statement, and execute the script via Execute SQL Task.
    References:
    http://oakdome.com/programming/SSIS_Lookup.php 
    http://www.mssqltips.com/sqlservertip/1511/lookup-and-cache-transforms-in-sql-server-integration-services/ 
    Regards,
    Mike Yin
    TechNet Community Support

  • ODI 12c: no automatic joins in mappings

    Hi,
    exploring the freshly installed ODI 12c I'm eager to learn, in which way the OWB mapping concept has been transferred to ODI. Most features appear familiar to me, it's very exciting for me as old OWB guy
    One think seems buggy to me: when dragging 2 tables connected by foreign key into the mapping I expect a join object created automatically but this doesn't happen. Why not?
    I didn't apply any patch.
    best regards
    Thomas

    Hi Thomas,
    You've got it right there - joins are only created for foreign keys when using a dataset. The idea is that datasets present more of an Entity Relationship type view of your data objects, rather than a purely flow based view. So when you drop your sources into a dataset, ODI helps by using the foreign keys to create joins. When you drop a source into the general flow mapping, ODI assumes that you know what you want to do with it, and allows you to create the joins manually.
    Datasets are good for more than backward compatibility. They can be really useful for defining "islands" of data in your mapping flow, which you can then collapse and consider as a single unit. For example, you may have several datasets that each join numerous tables together, but once you've defined the datasets, you can collapse them so that each just looks like a single object, making your mapping a lot simpler to work with.
    I'm afraid I don't know if there's a mapping tutorial, but I'll get back to you if I can find one.
    Nigel

  • I need to load an InfoCube from an InfoSet - Is this possible in 2004s?

    Greetings,
    <b>This question looks long, but it's really not.  I'm just trying to give a lot of detail about the screens that I am seeing.  Anyway, here goes:</b>
    I am in 2004s.  I want to load an InfoCube from an InfoSet.  I know that an InfoSet is just a view and does not physically store data, but recent documentation published by SAP seems to indicate that this is
    possible in 2004s (There is a document called "Developer Guide - 2004s" that says the following:
    "InfoSets are an additional, easily manageable data source for generic data extraction.  They allow you to use logical databases of all SAP applications, table
    joins, and further datasets as data sources for BI".  ) 
    So... that led me to believe an InfoSet could load an InfoCube.  In other words, the InfoSet would be the source and the InfoCube would be the target.  I am in RSA1, and I right-click on the cube that I want to be the target.  I select the "Create Transformation" option from the context menu.  In the "Create Transformation" screen that pops up, I enter "InfoCube" in the target object type field and the name of the InfoCube in the target name field.  I enter "InfoSet" in the source object type field and the name of the InfoSet in the source name field. 
    I get a pop-up that says "Cannot generate proposal".  I click the green arrow, and then I get an error message
    that says "Transformation does not exist (see long text)". 
    When I click on the error message, I get the following information in the Performance Assistant:
    "Transformation does not exist (see long text)
    Message no. RSTRAN010
    Diagnosis
    The transformation specified by transformation ID , source  and target , does not exist.
    System Response
    The system terminates processing."
    Any help would be much appreciated!  It seems like it must be possible to use an InfoSet as a source in a data load, or else it would not be an option in the "Create Transformation" screen.  ????
    I've also tried right-clicking on the cube and selecting "Create Data Transfer Process".  I enter the same information on this screen: the types and names of the source and target.  Then I get a pop-up that says "Source and target have not been linked with a transformationDo you want to generate a default transformation?".  There are two buttons I can click: one labeled "Yes" and one labeled "Abbrechen".  I choose "Yes", because I have no idea what "Abbrechen" means.
    Then I get the same pop-up from before: "Cannot generate proposal".  I hit the green arrow, and I'm back in the
    "Create Data Transfer Process" screen.  So... I'm stuck in an infinite loop of screens that I can't get out of. 
    If someone could help, I would be grateful!  THANK YOU VERY MUCH!

    Thank you so much, Ram!  I REALLY APPRECIATE YOUR HELP!
    I am wondering if it possible to manually create a node in RSA6 for the InfoSet.  I tried it by doing the following:
    I went to RSA6 and clicked on the white icon for "Create Node".  I then entered the number "8", followed  by the name of the InfoSet.  (I entered an "8", because all our DataSources seem to start with an "8".  I'm not sure why.) 
    The DataSource now shows up, but when I double-click on it, nothing happens.  When I select it in the hierarchy and then click the icons for "Display" or "Change" or "Check", I just get an error message that says, "You have not selected any DataSources."
    Also, do you know where I can get my hands on the white paper? 
    Thanks again!
    Regards,
    Sarah-Jane

  • Logical Database for a Resource

    Hello,
    I'm looking to write a query in Quickview (SQVI) and I need the logical database for a Resource.  Can anyone help?
    Thanks,
    B

    There are two ways for this -
    1. To create the functional area with a logical database
    Tools => ABAP/4 Workbench => Utilities => ABAP/4 query => Functional Areas.
    Give the functional area name and click on Create button
    In the next screen give a brief description of the functional area
    Specify the name of the logical database, for e.g. Database FI, Application S. This will be the definition for the flight database
    Click on the button Functional Group present on the application toolbar, in order to create the functional group for the required fields from the logical database tables
    In the functional group box mention the number of the functional group and the description for the functional group
    The tables from the logical database are shown in Tables Of Logical Database/Joins while the fields are displayed in the Fields Box
    Double click on the table name in order to change the list
    Every field that has to be selected in the query should be assigned a functional group number against it
    Sometimes the list of fields in the Fields box will not be completely visible. To have a wider display of the list place the cursor in the fields box area and click on Settings => Full Screen from the SAP menu bar
    To see the fields from different tables select the table and double click on it.
    Once the required fields are selected, save the functional Area by clicking on the SAVE icon on the toolbar, and then Generate the Functional Area by clicking the Generate icon on the toolbar
    To add user defined fields to the abap query use the menu bar option GOTO => Additional Field
    Give the field name and the table name from the logical database to which the field needs to be included. Click the ENTER button.
    On the next screen give the Sequence, description, title and the technical attributes for the field (field type, length). Here you can also specify the formula for the field. Click on the SAVE button to register the data to the database.
    Remember that the sequence of the field matters – if the second field uses the first field in its code then the second field should have a higher sequence than the first. Tables can also be included – to do this use the menu option Goto => Additional Tables
    You can include your own selection criteria and parameters to control the data to be selected from the database. For these additions to get activated, code needs to be written for taking care of the additional fields.
    To display something before the execution of the actual query, go to the start of selection event via the menu path Goto => Code => Start-of-selection.
    To display something just before or after the output of the query, go to the end of selection event via the menu path Goto => Code => End-of-selection.
    To display something at the beginning of the page, go to the top of page event via the menu path Goto => Code => Top-of-page.
    After finishing everything save and generate the functional area and click on the BACK icon to come out.
    2. To create a functional area without a logical database
    One of the following can be selected
    Based on a single table
    Using an ABAP/4 program
    Using Table Joins
    Using Sequential Dataset
    The steps to be followed for creating the functional area are as follows
    Tools => ABAP/4 Workbench => Utilities => ABAP/4 query => Functional Areas.
    Give the functional area name and click on Create button
    In the next screen give a brief description of the functional area
    In the Without a logical database area give the base table on which to form the ABAP query
    To form the query with two or three tables, we need to create a join. For this check the Table Join Check Box and click on the Table Join button.
    NOTE: The tables to be used in the join should have at least one field in common i.e. it should have the same name, domain or data element.
    Mention the tables that you want to include in the join condition in the Joined Tables area and press ENTER.
    A checkbox will appear against the table names on the left side, and three radio buttons will appear against the tables on the right side specifying the join type.
    Base table name remains grayed out. Select the two tables to be involved in the join by clicking the check boxes against them. Use menu path Edit => Join => Define condition to create the join. A mapping between the tables will be displayed on the right hand side. Click on the button provided (with + and down arrow symbol) to specify the join.
    Click YES on the Proposal Requested message that gets displayed.
    If the join tables have a foreign key relationship then the common fields in the tables will be marked with 00 to indicate that the join has been created. User can create the join by specifying 00, 01 etc. against the fields that qualify for the join.
    Complete the join condition by adding more tables if necessary.
    Remaining concepts for creating the functional area without a logical database are same as the concepts for creating the functional area with a logical database.
    After finishing everything save and generate the functional area and click on the BACK icon to come out.
    Thanx!

  • When we would create genric extractor on a infoset query

    hi  All,
    we have infoset queries inour R/3 But very confused whether i should i go for generic with querry or genric with views.
    Actually the scenario is I have the insfoset query on logical data base
    I can create a generic extractor with view from the tables used by above infoset query. but there are structures in that infoset query .
    so to create an generic extractor with  view on a structure  is not possible neither a function module is  possible.
    last option is creating generic extractor with view and enhancing the extractor with  required fields form structure.
    but i feel it would be very easy creating a generic with the same infoset querry
    can u give me suggestion pls
    All the answers  would be appreciated by points
    Thanks and Regards,
    D

    Hi...
    SAP Query / InfoSet Query is a powerful tool for defining reports in the SAP
    source systems and supports different forms of reporting. It allows users to define
    and execute their own reports on data in the SAP system without any knowledge
    of the ABAP programming language.
    Reports are structured by entering texts and selecting fields and options in SAP
    Query. The relevant fields can be selected more easily using InfoSets (before
    release 4.6C, InfoSets were known as functional areas).
    InfoSets are viewed as DataSources. These data sources can be used for extracting into SAP BW.
    To create an InfoSet from the DataSource definition, perform these steps:
    1. Fill out all the required entry fields (application component, descriptions).
    2. Choose Extraction from Query.
    3. Choose Save. A new screen is displayed.
    4. Assign a name for your InfoSet and choose InfoSet Maintenance.
    5. In the screen that follows, choose Create.
    6. Select the data source (DB tables/views, joins, logical DB, and so on).
    7. Define the field groups and assign the fields
    An InfoSet is a special view of a dataset (logical database, table join, table,
    sequential file) that is used by SAP Query as a data source. InfoSets, therefore,
    determine the tables or fields in these tables that can be referenced by a report. In
    most cases, InfoSets are based on logical databases.
    SAP Query features a component for maintaining InfoSets. When you create an
    InfoSet, a data source in an application system is selected. SAP Query is relevant
    for the Business InformationWarehouse because it allows you to define the extract
    structure by selecting fields in a logical database, table join or other datasets in the form of an InfoSet. In this way, you can use the generic data extraction function for master or transaction data from any InfoSet. When you do so, a query is created for an InfoSet that retrieves data and transfers it to the generic extractor.
    InfoSets represent an additional, convenient data source for extracting data
    generically. Logical databases in all SAP applications, table joins and further
    datasets can be used as a data source for SAP BW.
    Hope this would help u
    with regards,
    hari kv

  • Reg Infoset query

    Hi,
    What is infoset query in generic extraction? Why and when do we go for it? What is the advantage of it?
    Any help would be appreciated the sdn way.
    Regards,
    Jon.

    Hi ,
    <b>What are Info sets ?</b>
    An InfoSet is a special view of a set of data (logical database, table join, table, sequential file). It serves as the data source for SAP Query. An InfoSet determines which tables or fields of these tables are referenced in an evaluation. InfoSets are usually based on logical databases.
    InfoSets are only available if you have created them globally, independent of a client. You set this global area in the initial screen of InfoSet maintenance under Environment Work Areas.
    If you are using an InfoSet to extract data, the system first collects all data in the main memory. The data is transferred to the BI system in packages using the Service API interface. The size of the main memory is therefore important with this type of extraction. It is suitable for limited datasets only.
    When an InfoSet is created, a data source is selected in an application system. Since a data source can have a large number of fields, fields can be combined into logical units; the functional groups. Functional groups are groups of several fields that form a logical unit within an InfoSet. Any fields that you want to use in an extraction structure have to be assigned to a functional group. In generic data extraction using an InfoSet, all the fields of all functional groups for this InfoSet are available.
    The relevance of SAP Query to BI lies in the definition of the extraction structure by selecting fields of a logical database, a table join or other datasets in an InfoSet. This allows you to use generic data extraction for master or transaction data from any InfoSet.
    A query is generated for an InfoSet. The query gets the data and transfers it to the generic extractor.
    <b>Extraction Step By Step :</b>
    <b>R3 Side :</b>
    SQ02 -> Create info set , Generate .
    RS02 -> Create data source by giving info set name .
    RSA3 -> Check the data source for entries.
    <b>BW  Side :</b>
    Replicate DS.
    Assign DS for IS .
    Create TR , Activate
    Create Cube , UR .
    Create Info Pack ,Schedule the extraction .
    Hope this helps..
    Message was edited by:
            Renjith Kumar

  • Sql7 And Oracle8 Comparison

    There have been a number of messages with reference to
    performance comparisons of one sort or another.
    I decided to do a controlled, fair test of these two products
    with respect to their data warehousing peformance.
    I created a schema with 3 dimension tables ( 300,10000,1000 rows)
    and 1 fact table ( 1000000 rows )
    I designed 3 queries.
    I decided to test two things
    1) bulk load speed
    2) query response times for the 3 queries
    I used identical hardware ( HP Vectra P200 48M Ram + 2.1G
    Quantum ). Software was RedHat 5.2 + Oracle8.0.5.1 and Nt 4.0
    Sp4 + SQl7 ( 120 Day Tril...). Both databases were configured
    similarly ( fixed 16M Memory ).
    results
    Operation Elpased time (s)
    Sql7 Oracle8
    bulk Load 720 660
    Query1
    Query2
    null

    Mark Kirkwood (guest) wrote:
    : There have been a number of messages with reference to
    : performance comparisons of one sort or another.
    : I decided to do a controlled, fair test of these two products
    : with respect to their data warehousing peformance.
    : I created a schema with 3 dimension tables ( 300,10000,1000
    rows)
    : and 1 fact table ( 1000000 rows )
    : I designed 3 queries.
    : I decided to test two things
    : 1) bulk load speed
    : 2) query response times for the 3 queries
    : I used identical hardware ( HP Vectra P200 48M Ram + 2.1G
    : Quantum ). Software was RedHat 5.2 + Oracle8.0.5.1 and Nt 4.0
    : Sp4 + SQl7 ( 120 Day Tril...). Both databases were configured
    : similarly ( fixed 16M Memory ).
    : results
    : Operation Elpased time (s)
    : Sql7 Oracle8
    : bulk Load 720 660
    : Query1 3 2
    : Query2 1 1 ( watch that tab key)
    Query3 4 3
    The bulk load was performed using Dts (sql7) and sqlldr (Oracle8)
    To get to the query execution times indexes were created using
    output from Microsofts "Query Analyzer" product ( really good
    product by the way and comes with Sql7... ). The queries were
    run from Query Analyzer(sql7) and Sqlplus (Oracle8)
    So what to conclude ?
    Oracle8 on Linux is slightly quicker in general - not
    sigificantly so however.
    During testing when the "optimal" set of indexes were not there,
    it was discovered that Oracle8 was much better at doing joins
    involving large datasets. However the Query Analyzer made it so
    easy to improve the situation that the 2 products even out
    here...
    Therefore I would say that they are both good databases with
    respect to data warehouse purposes.
    Notes etc :
    What were the queries ?
    For anyone who is interested I will send data on the schema and
    queries ( mail me ).
    What did I mean by fair ?
    I had not decided which database / os was going to win before I
    started.
    I used only features common to both databases. Therefore I did
    not use partitioning (oracle8) or clustered indexes ( sql7).I
    was liasing with a Sql7 developer ( I'm an oracle boy myself )
    concerning setting up Sql7.
    I hope some people find this interesting
    Cheers
    Mark
    null

  • SAP hana Visualize Plan show Create Temp Index and it shows Unsupported Operator Order.  Why the hana build temp index and how to get rid of it ?

    When I see the Visualize Plan for SQLScript it show Create Temp Index at many Places.
    It also shows unsupported operator order CS_JOIN over CS_AGGREGATION.
    Why does hana create Temp Index and how to get rid of it.

    Just browsing for some more information on this operation, and it just happened that my favorite VizPlan expert has chimed in here
    I have a scenario where I am using a nested SQLScript based calc view. One view (child view) retrieves a relatively small data set, then the main CV takes that and joins with a bunch of other data from another schema.
    When I started out, just the nested portion of (child calc view), takes roughly 800ms to return it's resultset, for which I was pleased. Now, when I added some other joins onto that dataset in the main CV, I am seeing my runtime spike to approximately 16 seconds, with 15 seconds being spent on a "Create Temp Index" process that only results in 12 rows (from what I can see).
    Now the question becomes - since I have identified where 95+% of my runtime is being generated, how can I really pinpoint what operation is causing this? I was thinking the ID column (shown in the details) may offer some clues if one knew how to locate the details in a system table somewhere?
    Otherwise, all I can see in the VizPlan is that YES there is a long running component, but I have no idea what it might be, therefore can't do anything about it
    Regards,
    Justin

  • Error after creating Element level join between two different dataset in11G

    Hi Experts,
    My report is having data from two different datsets, I created two datasets and joined them with Element Level join. I am getting below error.
    "The following tags were not closed: DATA_DS. Error processing resource 'http://localhost:9704/xmlpserver/servlet/xdo'. "
    But independent datasets are executing with out any errors.
    Please let me know, If any one have inputs to resolve this.
    Thanks in advance..

    Hi,
    Can you please explain the resolution in more details. I'm also having the same issue in BI Publisher report when trying to join two data sets with Element Level Link. I have checked that all my columns have alias names.
    Thanks,
    Piya.
    Edited by: 947289 on Jul 18, 2012 5:56 AM

  • Using geocode in a map based on a view where two datasets are joined

    Hi,
    I'd like to create a map based on a view in which two datasets are joined, where one of the datasets has a geocode column.
    Unfortunately this is not working... It seems that a custom view where two datasets are joined together where one of them has a geocode column makes the geocode column invisible for the map component.
    The following cases do work but we like to combine them so that we can combine different datasets in Studio without using the Integrator:
    - I can create a custom view in which we join two datasets > the view can be used as a source for different component but not the map component (it seems that the geocode column is not found)
    - I can create a custom view with a geocode column in it and that one can be used as a source for a map
    What I'd like to show is that it is possbile to have one datasets coming from a source system and that it is easy to combine an additional excel sheet with geo-information and maybe another excel sheet with different measures. This should be possible since you can join different datasets together in a custom view.
    Thanks in advance,
    Richard

    Oh sorry, we have two base views and one custom view:
    base view TRIS_Omzet which gets it data from an OBI server and has data like revenue, customer, time, etc.
    base view Endeca_Klanten which gets it data from an excel sheet, this view contains the name of the customer and the geocode of the customer's location
    We created one custom view (Omzet_Geo) where the two base queries are joined together using the following query:
    DEFINE V1 AS SELECT
    "Endeca_Klanten.Klanten" AS Klant,
    "Endeca_Klanten.Coordinaten" AS Coordinaten
    from Endeca_Klanten;
    DEFINE V2 AS SELECT
    "TRIS_Omzet.Naam_Consultant" AS Naam_consultant,
    "TRIS_Omzet.Jaar" AS Jaar,
    "TRIS_Omzet.Jaar_week" AS Jaar_week,
    "TRIS_Omzet.Actual" AS Actual,
    "TRIS_Omzet.Omzet" AS Omzet,
    "TRIS_Omzet.Partij" AS Partij,
    "TRIS_Omzet.Uren" AS Uren
    FROM TRIS_Omzet
    DEFINE Omzet_Geo AS SELECT
    V1.Klant AS Klant,
    V1.Coordinaten AS Coordinaten,
    V2.Naam_consultant AS Naam_consultant,
    V2.Jaar AS Jaar,
    V2.Jaar_week AS Jaar_week,
    sum(V2.Actual) AS Actual,
    sum(V2.Omzet) AS Omzet,
    V2.Partij AS Partij,
    sum(V2.Uren) AS Uren
    from V1
    right join V2
    on (V1.Klant=V2.Partij)
    group by Klant, Coordinaten, Naam_consultant,Jaar,Jaar_week,Partij
    Our view definition in the GUI looks like the following, as shown in the screenshots the datatype of the coordinated column is a Geo column both in the base view and the custom view. However the view still can't be selected to be used as a source for the map component.
    The two base views:
    The custom view:
    regards,
    Richard

  • Join-types right & full outer join with Datasets

    Hello
    I use Crystal Reports XI Release 2 with ADO.NET Datasets as datasource. In the "Database-Expert" I try to set the "Link-Options". Unfortunately are the join-types "right outer join" and "full outer join" disabled.
    - Is this because of the datasource Dataset?
    - Is there e possibility to build the Dataset so I can use this two joins?
    - If not, is it possible in a newer version?
    Thanks, T.Fitzi

    Hi
    I think this is the problem. I don't connect directly to a database. My application (C#) provieds Crystal Report with a dataset. So all my data is in this dataset.
    Are this joins in the new version stil disabled?
    Regards, Thomas

Maybe you are looking for