Search found 287 matches

by JonP
Wed Dec 19, 2018 6:53 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 83430

Re: Phonegap anyone? Or nativescript support?

An excellent comparison video. Watch it completely, as he brings everything together at the end. https://www.youtube.com/watch?v=bnYJRYFsrSw It is an excellent video. It's also 6 months old, which is an eternity in this rapidly-evolving area. Flutter just came out with 2.0 and Google just launched ...
by JonP
Tue Dec 11, 2018 2:36 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 83430

Re: Phonegap anyone? Or nativescript support?

Do you mean Dart/Flutter? Facepalm - yep. Perhaps give this a read: https://hackernoon.com/react-native-vs- ... e412d0b9ab Dart/Flutter has come a long way in the last 6 months - plus now there is Hummingbird for web (just released into beta). But if I can get what I need from AIM/Phonegap, that's ...
by JonP
Fri Dec 07, 2018 9:51 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 83430

Re: Phonegap anyone? Or nativescript support?

Wow, Dash/Flutter looks cool!
by JonP
Fri Dec 07, 2018 5:49 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 83430

Re: Phonegap anyone? Or nativescript support?

Thanks guys, this was helpful. Looks like AIM isn't the right platform for my mobile needs. I'll look into the suggestions.
by JonP
Thu Dec 06, 2018 10:01 pm
Forum: General discussion and questions about Aware IM
Topic: Phonegap anyone? Or nativescript support?
Replies: 50
Views: 83430

Re: Phonegap anyone? Or nativescript support?

What happened with this? I'm considering creating a mobile app, but it needs to access contacts. Is Phonegap still just a fancy shell?
by JonP
Tue Nov 27, 2018 3:21 pm
Forum: General discussion and questions about Aware IM
Topic: Need help with an Exists Applicability rule
Replies: 8
Views: 9076

Re: Need help with an Exists Applicability rule

I don't trust "NOT(EXISTS". In theory it should work, but my experience is it doesn't. You might try... COUNT Region WHERE (Region.Backup='Y' AND Region.Value=ThisRegionValue)=0 Also, I can't remember off the top of my head if "This" is supported in an applicability statement or if you need a LIRU a...
by JonP
Wed Nov 21, 2018 3:20 pm
Forum: General discussion and questions about Aware IM
Topic: Trouble with Align Icon in center of grid cell
Replies: 5
Views: 7052

Re: Trouble with Align Icon in center of grid cell

I think what you want is to select the grid, click the Widget property, select the column you want to center, click Edit, select Column Header, and set the Alignment combo box to Center.
by JonP
Sat Nov 17, 2018 7:15 pm
Forum: Problem reports
Topic: SOLVED: A size limitation exists for conditionals
Replies: 14
Views: 19649

SOLVED: A size limitation exists for conditionals

I decided to split the conditional sub-process into two sub-sub-processes and it worked. The sub-process was changed to this: If AssessmentStateSurvey.Type IN 'Opportunity', 'Threat' Then BuildIndExtSWOT_Matrix Else BuildIndIntSWOT_Matrix The first sub-sub-process (BuildIndExtSWOT_Matrix) looks like...
by JonP
Sat Nov 17, 2018 1:35 am
Forum: Problem reports
Topic: SOLVED: A size limitation exists for conditionals
Replies: 14
Views: 19649

Re: <UNDEFINED>=0 and <UNDEFINED>>0 evaluated to true AND fa

Sorry Sean, brain fart. Thanks for your efforts.
by JonP
Sat Nov 17, 2018 12:59 am
Forum: Problem reports
Topic: SOLVED: A size limitation exists for conditionals
Replies: 14
Views: 19649

Re: <UNDEFINED>=0 and <UNDEFINED>>0 evaluated to true AND fa

Thanks Mark, Yeah, I'm using processes, not rules in this case. If all I did was add-to DataForSWOT with each new instance, then I could use rules. But sometimes I have to wipe DataForSWOT and re-populate it for an updated instance, so processes work better. I've been using a sub-process after the F...
by JonP
Fri Nov 16, 2018 11:27 pm
Forum: Problem reports
Topic: SOLVED: A size limitation exists for conditionals
Replies: 14
Views: 19649

Re: <UNDEFINED>=0 and <UNDEFINED>>0 evaluated to true AND fa

What's the alternative?
by JonP
Fri Nov 16, 2018 10:08 pm
Forum: General discussion and questions about Aware IM
Topic: Help with query grouping
Replies: 9
Views: 11867

Re: Help with query grouping

Unfortunately, AIM lacks the equivalent to SELECT DISTINCT. You'll either need to create a stored procedure or create a BO and populate it with distinct values.
by JonP
Fri Nov 16, 2018 9:10 pm
Forum: Problem reports
Topic: SOLVED: A size limitation exists for conditionals
Replies: 14
Views: 19649

Re: <UNDEFINED>=0 and <UNDEFINED>>0 evaluated to true AND fa

Hey Jaymer, I said that wrong. Yeah, FIND found 6 objects (the screenshot only shows 1 because I was trying IN BATCHES OF 1 to see if that would help) and actually did evaluate all 6. But it refused to trigger the condition when sc_Priority (or equivalent) IS UNDEFINED and Type = Opportunity or Thre...
by JonP
Fri Nov 16, 2018 1:59 pm
Forum: Problem reports
Topic: SOLVED: A size limitation exists for conditionals
Replies: 14
Views: 19649

One of my conditions is being ignored

Good catch, Bob. That's embarrassing. I'm actually not using NOT in my conditions, but for some reason, AIM does when it evaluates them. Regardless, I'm still having a problem with AIM evaluating the conditions properly. I have a sequence of 6 If/Then statements. AIM steadfastly refuses to evaluate ...