Hi devs,
I have set of data elements with YESONLY value. While two datasets are
assigned the same data elements, result overwrites datavalues. Checking
data element in one data entry form affects other from different dataset.
Is this a bug or a normal behaviour?
DHIS2 version 2.25
best regards,
Dear devs and users,
I integrated Pivot4j (its user interface and backend) into DHIS2 codebase.
Its a tooling like "analytics" of DHIS2 based on global standards of OLAP.
For more info please look at http://www.pivot4j.org
If anybody is interested I can share integration prcoess to make it run
wi
-- Forwarded message --
From: Murod Latifov
Date: Mon, Jul 18, 2016 at 8:18 PM
Subject: Re: [Dhis2-devs] bug fix of data entry with optionsets
To: Knut Staring
forgot to mention, this is in form.js of data entry module, the following
is the method
dhis2.de.setOptionNameInField
Hi,
When opening data entry form with data form does not show already selected
value. To make form populate selected data the folling change sgould be
made
remove :
$( fieldId ).select2("val", option.text );
add this instead:
$( fieldId ).val( option.id ).change();
If someone with co
Dear all,
Anybody can give quick hint on where I could reduce the width of input
fields. I tried fron form/js and also java but no luck. DHIS2.21
regards,
murod
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpa
Hi Saptarshi,
I thought the whole point of using WSDL was to answer to "You would
probably need to exchange metadata before to get the UUIDs for the
dataelements etc.
If this is fairly fixed, should be fairly easy... if it isn't fixed you
should read the metadata using"
and all is fairly easy aft
Hi Ola,
Doesn't it mean that using parent/child hierarchy one has to compute the
level, which is already known and is not subject for change during the long
run? Computing level from parent/child hierarchy is costly and should be
avoided. And what is wrong with storing just a column of level ids i
Hi Riddy,
Actually there is no link between org unit level and orgunit tables.
Moreover level of org unit is not persisted, that means each time the level
of orgunit is computed when needed. I think this is unnecessary computation
while level org units is stable for the long time or all over. Now
alytics in dhis.
>
> Shame you can't share more.
>
> Bob
>
>
> On 7 November 2013 05:44, Murod Latifov wrote:
>
>> Hi Samta,
>>
>> No, we are not using any libreoffice applications in thiis sense. This
>> means no need to have libreoffice instal
inside this
docs.
regards,
murod
On Thu, Nov 7, 2013 at 10:07 AM, Samta wrote:
> Hi Murod,
>
> Are you using libreoffice java application for generating template
> without using any tool like: iReport or jasper studio ?
>
>
> On Thu, Nov 7, 2013 at 9:01 AM, Murod Latifov
AM, Knut Staring wrote:
> That's interesting, Murod. Are you saying you are linking in Word or
> Excel? Could you explain a bit more? Anything you can share?
> Knut
> 6. nov. 2013 16:31 skrev "Murod Latifov" følgende:
>
> Hi all,
>> I think there should be o
Hi all,
I think there should be other options than Jasper Reports.
We are developing a reporting module to eliminate "end user - DHIS2
healthcare user", "report designer - I(Jasper)report master", "query
builder - SQL or DBMS" into a single source. So far we did lots of progress
producing reports i
And of course if one does not belong to any of those categories listed by
Brajesh.
To me it looks like no one gets qualified for this job, inside and outside
DHIS2 team. Very tough requirements Brajesh. Agree with Mobilarsh on open
source concept though.
Best of luck Brajesh!
On Mon, Nov 4, 2013
HI,
I have created mysql stored procedures to precalculate indicator values and
store them in a table similar to aggregateddatavalue. It might be useful
for some. I am using them to generate indicator values, which will be
accessed via OLAP (XMLA) from remote openoffice calc spreadsheet for slice
Hi Bob,
Regarding multidimentionality of Data Elements I have a suggestion. This
double identifier for DE should be removed at all. For me each instance of
DE/Categoryoption combination is a real Data Element. So I suggest to
generate another set of unique ids based on DE/Categoryoption combinatio
Hi Ime,
Yes, there is better way of doing this. Matching by name instead of id is
unacceptable. We should give unique id across implementation despite naming
conventions. Single data element can have more than one alias. We cannot
live with just two names, there could be more. Moreover alternative
Hi,
There are so many nonAPI model objects added into API and core modules. They
should be moved to their respective service modules. This way we can keep
core and API to its minimal and make them more accurate and manageable.
regards,
murod
___
Mailing
HI;
Does everybody get Ubuntu mailing list messages from launchpad? Its to
anoying now, to many messages from Ubuntu coming. Please help to get rid of
it.
regards,
murod
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.
elopers side, it would be very useful to
> see what you describe in action. Is the "local copy" which you refer
> to available on Launchpad so that maybe those of us that are
> interested could take a look at what you have done thus far?
>
>
> Regards,
> Jason
>
>
> O
Hi,
As you know I was working to create metadata that is unique (in terms of
metaobjects) all over the implementation. Details of how metadata is created
was posted previously. Now, we have XML representation of metadata as no
"Wow Snap" typew of things. Attached is dhis metadata (dxf3.xsd), which
Hi Jo,
I think you can have bazaar for launchpad and the same time git for Github,
but you will have to commit using both git and bazaar respectively. I did
local git repo for dhis keeping bazaar for launchpad, because local
branching with git and eclipse is quite easy.
cheers,
murod
On Fri, Feb
Single DataElement can have one or 100 categoryOptions, not counting how
many DataElements Jo's model has. And DataSet can have different
DataElements of different Category Combos. That is how I see it.
2011/2/15 Bob Jolliffe
> On 15 February 2011 14:37, Lars Helge Øverland
> wrote:
> >
> >
>
Hi Bob,
Where are other possible dataelements and their categorycombos here? I don't
see this xml being valid considering how different dataSets will look like.
At least it should look something like this:
http://dhis2.org/schema/dataValueSet/0.1";
dataSet="2762-6432-4C9A-
>
> A739-8E7F1D
Hi Jo,
I am working on creating metaData object, which holds properties and
relations of all objects in key/value format. In identifiable object I added
metaCode Integer property. So each row in metaobject has unique key created
for that metaobject, which in turn referenced by original object. Thi
Hi,
I was thinking a lot around metadata implementation and came up with the
following. I have created 3 tables: MetaObject, MetaObjectProperties and
MetaObjectRelations. In DHIS2 schema most of MetaObjects (DE, Indicators,
DS, DECategoryCombo, DECategory, DEOption) have one one to many relations.
Hi devs,
I was wondering why I didn't receive my message sent to mailing list. Mostly
due to change of my email address for dhis2 mailing lists. Please see
forwarded message FYI. My changes are committed now.
regards,
murod
-- Forwarded message --
From: Murodullo Latifov
Date: S
26 matches
Mail list logo