Questions tagged [datamodel]

According to Hoberman (2009), "A data model is a wayfinding tool for both business and IT professionals, which uses a set of symbols and text to precisely explain a subset of real information to improve communication within the organization and thereby lead to a more flexible and stable application environment.

In software engineering, the term data model is used in two related senses. In the sense covered by this article, it is a description of the objects represented by a computer system together with their properties and relationships; these are typically "real world" objects such as products, suppliers, customers, and orders. In the second sense, covered by the article database model, it means a collection of concepts and rules used in defining data models: for example the relational model uses relations and tuples, while the network model uses records, sets, and fields.

References:

584 questions
0
votes
2 answers

iPhone: Using a NSMutableArry in the AppDelegate as a Global Variable

What i'm trying to accomplish is to have an NSMutableArray defined in the AppDelegate. I then have two UIViewControllers. One view is responsible for displaying the array from the AppDelegate. The other view is used to add items to the array. So the…
aahrens
  • 5,522
  • 7
  • 39
  • 63
0
votes
1 answer

QML-Listview (Cpp-Model) Details-Dialog

EDIT: 26.08.2014 08:20 - Completely reworked question! What I want to do is: Fill a qml-listview with data from a cpp-listmodel (QAbstractListModel). Open a Dialog that show's more data from the cpp-listmodel by click on a listview-item. I have…
SGbo
  • 334
  • 6
  • 20
0
votes
0 answers

Recursive CoreData Relationships

I'm modelling the data model for an app and have a case where I want an entity to be able to contain entities of the same entity. This screenshot should clarify the case: Item is an entity that can either be a stack or a card (determined by the…
BadmintonCat
  • 9,416
  • 14
  • 78
  • 129
0
votes
1 answer

How to make DataModel with multiple-input-file in mahout?

I want to make DataModel with numerous *.csv files.(these have same format, different data) But, I have no idea how to do that. I cannot find function through mahout documentation.(mahout-API) "Make module that makes numerous *.csv file to one…
0
votes
2 answers

primefaces lazydatamodel table is empty

I have a primefaces lazydatamodel table which is empty. The load method of the lazydatamodel is called and the query is executed correctly. If I put a brakepoint on the returning data from load method it contains the expected data. But in the xhtml…
simonC
  • 4,101
  • 10
  • 50
  • 78
0
votes
2 answers

Datamodel for a MVC learning project

I am trying to learn Microsoft MVC 2, and have in that case found a small project I wanted to deploy it on. My idea was to simulate a restaurant where you can order a table. Basics: A user can only reserve a full table, so I don't have the trouble…
Dofs
  • 17,737
  • 28
  • 75
  • 123
0
votes
0 answers

powerpivot populate fact table from a CSV file

I'm trying PowerPivot to analyze some amounts. I have prepared my databus Matrix, created the data model, created and populated all the dimensions tables. Now I know how my fact table is supposed to look like with all the foreign key of the my…
Pelican
  • 193
  • 2
  • 17
0
votes
1 answer

Made connection to PowerPivot DataModel, how can I fill a dataset with it?

I was able to connect to the powerpivot datamodel with amo: string ConnString = "Provider=MSOLAP;Data Source=$Embedded$; Locale Identifier=1033;Location=" + ThisAddIn.Current.Application. ActiveWorkbook.FullName +…
longlostbro
  • 528
  • 2
  • 7
  • 24
0
votes
1 answer

2013 C# connection to PowerPivot DataModel

This article Connecting to PowerPivot with C# is the closest to my question but it seems that it is out of date. I attempted the methods they showed in the answer but the example ThisWorkbook.Connections["PowerPivot…
longlostbro
  • 528
  • 2
  • 7
  • 24
0
votes
3 answers

How to create a copy of a Data Model

In my program I am trying to make a copy of a Data Model so that I can set it as the Data Model of another User Control. So far I have tried setting the new Data Model to the Data Model that I want to copy, but all that did was aim both User…
Eric after dark
  • 1,768
  • 4
  • 31
  • 79
0
votes
0 answers

Why freemarker not reading my Java object (POJO)?

I am using freemarker to process html elements, inside the template file, it can read one of my legacy java object by giving ${form.fontStyle}, but it doesn't read my newly created java object" public class SectionHeaderInfo implements Serializable…
Eric
  • 83
  • 4
0
votes
0 answers

Data Model to represent Flat and Variable rate

I am designing a database for an app to sell parking spot use. Customer can order n number of uses of parking spot uses or pay a flat rate and use it for monthly/weekly or yearly. They can do mix of those also. Like they can buy 9 parking spot uses…
0
votes
1 answer

on google app engine are how are StructuredProperties updated?

I am considering ways of organizing data for my application. One data model I am considering would entail having entities where each entity could contain up to roughly 100 repeated StructuredProperties. The StructuredProperties would be mostly read…
0
votes
3 answers

Enunciate Data Model Documentaton

I'm using Enunciate on a multi module maven project. I use version 1.28 and I just use it for documentation purposes on SOAP Services. This works just fine for all the Services. The targetNamespace and endpointInterface has to be declared in the…
0
votes
1 answer

Can we see the data model in the tableau like table viewer option show in QlikView?

I wants to see the data model in my report can I see the data model like the QlikView there is the option available tableviewer. I am searching for this type of feature in Tableau. Thanks and Regards Surbhi Sahu Business Intelligence Solution…