Search found 122 matches

by MichaelQ
Thu Sep 27, 2018 1:53 pm
Forum: General discussion and questions about Aware IM
Topic: Is it legal to use Jasper Server commercially?
Replies: 0
Views: 3631

Is it legal to use Jasper Server commercially?

Since there seem to be a number of people here using Jasper reports, I was wondering if it is legal to use Jasper server in commercial apps? I believe the licence for Jasper Studio is OK for anyone to use anyhow, but Jasper Server has an AGPL licence which seems more restrictive than GPL. From my re...
by MichaelQ
Mon Mar 05, 2018 1:57 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15949

Solved: How to prevent leading spaces being clipped?

I figured out how to compose this action more concisely so that each level in the hierarchy is indented by an additional 6 spaces:

Item.Name4Tree=''
Item.Name4Tree=PAD_LEFT(Item.Name,' ',Item.TreeDepth*6+LENGTH(Item.Name))
by MichaelQ
Sun Mar 04, 2018 8:52 am
Forum: General discussion and questions about Aware IM
Topic: Are there different SETUPVARs?
Replies: 11
Views: 40907

Re: Are there different SETUPVARs?

From their FAQ/Technology section: Our data centers have the following certifications: Finland / Helsinki (FI-HEL1) VAHTI Tier 3 Germany / Frankfurt (DE-FRA1) ISO 27001 ISO 22301 ISO 9001 ISO 14001 ISO 50001 PCI-DSS Netherlands / Amsterdam (NL-AMS1) ISO 27001 ISO 22301 SOC2 (ISAE3402) PCI-DSS Singap...
by MichaelQ
Sat Mar 03, 2018 10:23 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15949

Re: How to prevent leading spaces being clipped?

Thank you. This solution raises a question about programming elegance. I am displaying a nested hierarchy by padding spaces using a 'TreeDepth' attribute which may be 0-9. Currently I have to write a rule for each level like this (each level is indented by 4 spaces): If Item.TreeDepth=1 Then Item.Na...
by MichaelQ
Sat Mar 03, 2018 12:28 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15949

Re: How to prevent leading spaces being clipped?

Thanks Jaymer. I didn't understand what you meant by "Field2 is a type HTML". I couldn't find an HTML field type. So I just used a text attribute and added leading spaces using '  ' as you suggest, which worked! Thanks Support. I searched for 'TRIM' in the User Guide & Rule Language pdfs b...
by MichaelQ
Tue Feb 27, 2018 9:54 pm
Forum: General discussion and questions about Aware IM
Topic: Solved: How to prevent leading spaces being clipped?
Replies: 8
Views: 15949

Solved: How to prevent leading spaces being clipped?

I have a text attribute that contains leading spaces for formatting purposes.
How can I prevent them automatically being clipped when displayed in a query?

Thank you.
by MichaelQ
Mon Feb 26, 2018 4:35 pm
Forum: General discussion and questions about Aware IM
Topic: Any plans to implement a TreeList?
Replies: 3
Views: 6727

Re: Any plans to implement a TreeList?

Forgive me if I'm wrong, but the video suggests that the only way to do a recursive tree is by embedding it in a form, in which case it won't have the normal functions of a query grid eg Operations with records, Sorting/Filtering etc. Is it possible to produce a normal query grid where only one colu...
by MichaelQ
Mon Feb 26, 2018 10:35 am
Forum: General discussion and questions about Aware IM
Topic: Any plans to implement a TreeList?
Replies: 3
Views: 6727

Any plans to implement a TreeList?

I haven't been able to find any reference to a TreeList for use in a query grid. Does this exist? If not, are there any plans to implement this? It would facilitate the common requirement to display self-referencing hirarchical data and is a standard Kendo widget: https://www.telerik.com/kendo-ui/tr...
by MichaelQ
Tue Feb 20, 2018 7:15 pm
Forum: General discussion and questions about Aware IM
Topic: Resequence Items in a Query?
Replies: 3
Views: 6670

Re: Resequence Items in a Query?

Will the SubProcess inevitably process the objects found by the FIND ALL OBJECT in a random sequence, or can the FIND ALL OBJECT have an ORDER BY Object.Attribute to force the SubProcess to process them in a sequence?

I tried an ORDER BY but it didn't seem to work consistently.

Thank you.
by MichaelQ
Wed Feb 14, 2018 9:16 am
Forum: General discussion and questions about Aware IM
Topic: Automated Testing Tools
Replies: 2
Views: 4593

Re: Automated Testing Tools

I would use Selenium which is open source and free. Its a generic testing framework that will work in any browser.

http://docs.seleniumhq.org/

Please let us know how you get on.
by MichaelQ
Tue Feb 13, 2018 1:17 pm
Forum: General discussion and questions about Aware IM
Topic: The Scalability of AwareIM in an SaaS environment
Replies: 1
Views: 3562

Re: The Scalability of AwareIM in an SaaS environment

Hi David, These forum threads should help: SAAS ELASTIC SCALING? https://www.awareim.com/forum/viewtopic.php?f=1&t=9050 POLL: CONCURRENT USERS? https://www.awareim.com/forum/viewtopic.php?f=1&t=8622 ADVICE - MULTI TENANT https://www.awareim.com/forum/viewtopic.php?f=1&t=8372 SAAS-BASE FOUNDATION DEV...
by MichaelQ
Thu Feb 01, 2018 11:42 am
Forum: General discussion and questions about Aware IM
Topic: Resequence Items in a Query?
Replies: 3
Views: 6670

Resequence Items in a Query?

How can I recalculate sequential numbers in the rows of a sorted query? Each row/object has a "Sequence" attribute. Say the starting number must be 40. Each subsequent row must increment by 2. My understanding is that the "Increment" command increments the existing attribute value whereas I need to ...
by MichaelQ
Sun Jan 28, 2018 5:48 pm
Forum: General discussion and questions about Aware IM
Topic: ► What will be the major feature of V9?
Replies: 17
Views: 24103

Re: ► What will be the major feature of V9?

This may not be possible (certainly not easily) but it would be great to see: 1. An attempt to implement 'separation of concerns,' whereby a UI designer could safely be granted access to the configurator without the risk of them altering or messing up the data structure, business rules etc. 2. Abili...
by MichaelQ
Sat Jan 27, 2018 3:33 pm
Forum: General discussion and questions about Aware IM
Topic: Can't get query re-ordering to work
Replies: 12
Views: 22780

Re: Can't get query re-ordering to work

Same problem here.
I just started trying to get this to work, but no joy.