Search found 2749 matches

by BenHayat
Wed Dec 12, 2018 1:38 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 98718

Re: Phonegap anyone? Or nativescript support?

Wow, Dash/Flutter looks cool! Flutter looks good with a better language support (DART) than using JS, for creating true OO systems. Flutter is almost as good as true native code like Objective -C and Java running on the device WITHOUT any shell or interpreter like Ionics or NativeScript or React Na...
by BenHayat
Wed Dec 12, 2018 12:24 pm
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

Re: AwareIM & Business Intelligence integration

If you click through to the Download page for Jasper Embedded BI it takes you to the Jasper Reports Server download page. Thanks for that info. I'm supposed to have a talk with them today at 2:00 PM and I'll make sure they're not just selling me a report write as a BI toolset. The one Microsoft has...
by BenHayat
Wed Dec 12, 2018 6:49 am
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

Re: AwareIM & Business Intelligence integration

But this is related to the reporting of Jasper Report (Studio * server) and not Business Intelligence part of JasperSoft. Embedded BI is a different product.
by BenHayat
Tue Dec 11, 2018 10:24 pm
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

Re: AwareIM & Business Intelligence integration

I'm looking at the Embedded BI Jaspersoft but I can't find find any pricing.

Anyone is familiar with Jaspersoft Pricing for Embedded BI?
Thakns!
by BenHayat
Tue Dec 11, 2018 10:16 pm
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

Re: AwareIM & Business Intelligence integration

weblike wrote: (Bruce made a great tutorial how to integrate it in Aware)

Cheers,
Same George ;)
Hey "Same George", do you have a link to Bruce [Lee] tutorial or video?
by BenHayat
Tue Dec 11, 2018 7:48 pm
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

Re: AwareIM & Business Intelligence integration

weblike wrote:This is a nice article: https://blog.capterra.com/top-8-free-an ... -software/

And from these solutions I would go with Jasper (Bruce made a great tutorial how to integrate it in Aware)

Cheers,
Same George ;)


Thanks "Same George", I'll look into it as well.
by BenHayat
Tue Dec 11, 2018 5:37 pm
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

Re: AwareIM & Business Intelligence integration

I'm now investigation Power BI from Microsoft. Especially the embedded model.

But I still would like to hear if anyone has done any custom integration with other brands and how you get data from Aware to that system.
by BenHayat
Tue Dec 11, 2018 1:42 am
Forum: General discussion and questions about Aware IM
Topic: AwareIM & Business Intelligence integration
Replies: 20
Views: 26920

AwareIM & Business Intelligence integration

Has anyone integrated AwareIM Application with any third party Business Intelligence (BI) Tools? IF Yes, 1) What tools are you using? 2) Is it integrated in such a way, that user uses the tool within Aware? 3) Does tool directly connects to your DB or do you prepare data (i.e. CSV or XML or JSON) to...
by BenHayat
Mon Dec 10, 2018 11:20 pm
Forum: General discussion and questions about Aware IM
Topic: Function similar to Magic's 'Exit' operation
Replies: 4
Views: 6338

Re: Function similar to Magic's 'Exit' operation

Aware is a server side system. So during development your PC is both the server and client (browser).
by BenHayat
Mon Dec 10, 2018 9:27 am
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 98718

Re: Phonegap anyone? Or nativescript support?

aware_support wrote: We will add a video that explains how to do it in detail. If you want a general idea on how to integrate the Contacts plugin before the video is released let me know.
A good and rich video would be very helpful that actually shows how to do it. and where these codes should go.
by BenHayat
Sun Dec 09, 2018 1:19 pm
Forum: General discussion and questions about Aware IM
Topic: Is there a way to Show/hide an attribute on a condition?
Replies: 16
Views: 22534

Re: Is there a way to Show/hide an attribute on a condition?

Using READ PROTECT to expose attributes on a form for the sake of simple form design is an overkill. All the rules on the object will be fired when there is no need for this. We need something simple that runs on the form without resolving all the rules READ PROTECT (for this purpose) works fine if...
by BenHayat
Sun Dec 09, 2018 2:08 am
Forum: General discussion and questions about Aware IM
Topic: Is there a way to Show/hide an attribute on a condition?
Replies: 16
Views: 22534

Re: Is there a way to Show/hide an attribute on a condition?

I am probably missing something, but what about if you have a process that runs BEFORE calling the form that does a READ PROTECT? Bruce I kind of thought about that, but that solution is more static. The screenshot is a sample for the sake of this post. But in reality, I need something more dynamic...
by BenHayat
Sat Dec 08, 2018 11:12 pm
Forum: General discussion and questions about Aware IM
Topic: @SUPPORT - ►FR◄ Attribute "Visibility" property
Replies: 4
Views: 6604

@SUPPORT - ►FR◄ Attribute "Visibility" property

Hello Support; Could you PLEASE add Visibility Property to BO Attribute that at runtime via JS we can set the visibility to True or False according to certain conditions that would make that attribute, including it's label to be visible or not. Almost every front end library provide this property to...
by BenHayat
Sat Dec 08, 2018 10:44 pm
Forum: General discussion and questions about Aware IM
Topic: Is there a way to Show/hide an attribute on a condition?
Replies: 16
Views: 22534

Re: Is there a way to Show/hide an attribute on a condition?

What we need is a conditional visibility based on data entered before, just like applicability feature we have elsewhere. I agree, something very simple that renders huge results. Each attribute should have an Applicability condition. I use an invisible separator containing the attribute(s) as a wo...
by BenHayat
Sat Dec 08, 2018 10:12 pm
Forum: General discussion and questions about Aware IM
Topic: Is there a way to Show/hide an attribute on a condition?
Replies: 16
Views: 22534

Re: Is there a way to Show/hide an attribute on a condition?

I am probably missing something, but what about if you have a process that runs BEFORE calling the form that does a READ PROTECT? Bruce I kind of thought about that, but that solution is more static. The screenshot is a sample for the sake of this post. But in reality, I need something more dynamic...