Search found 139 matches
- Tue Apr 04, 2023 9:15 pm
- Forum: General discussion and questions about Aware IM
- Topic: Do you want to cancel current operation
- Replies: 0
- Views: 72818
Do you want to cancel current operation
This is now popping up since updating from 8.6 to 8.8. I have a process that's called from an HTML button [RECLASS} on home screen. This process in turn calls 4 process underneath. PROCESS RECLASS PICK Action 1 Pick one or more from query - press continue SETPARAM Action 1 Display custom user form a...
- Tue Jul 05, 2022 7:32 pm
- Forum: General discussion and questions about Aware IM
- Topic: AwareIM Builds
- Replies: 3
- Views: 4640
Re: AwareIM Builds
Thanks, looked all over the web site for this link.
- Thu Jun 02, 2022 6:42 pm
- Forum: General discussion and questions about Aware IM
- Topic: AwareIM Builds
- Replies: 3
- Views: 4640
AwareIM Builds
Is there a one stop document for AwareIM Versions + Builds to see the changes. Haven't been able to update in a while so looking at "what's new".
- Tue May 31, 2022 6:49 pm
- Forum: General discussion and questions about Aware IM
- Topic: Excel Export from popup window
- Replies: 0
- Views: 4743
Excel Export from popup window
It seems if you run a query to a popup or modeless window, instead of a tab, the Header icons change and the "Export" functionality does not work. DO I have this right? You have to open a query in a tab in order for the export functions to work?
- Tue Mar 01, 2022 9:12 pm
- Forum: General discussion and questions about Aware IM
- Topic: can someone write me a quick Java function?
- Replies: 2
- Views: 3726
Re: can someone write me a quick Java function?
would it be
aware_field.count('@')
aware_field.count('@')
- Tue Feb 22, 2022 7:33 pm
- Forum: General discussion and questions about Aware IM
- Topic: Problem with simple SUBSTRING / INDEX_OF
- Replies: 11
- Views: 10894
Re: Problem with simple SUBSTRING / INDEX_OF
Maybe so, but I don't want to display all the junk in front of the value at right end of the string. Data is external source MSSQL. I'm now looking at doing it in a new MSSQL View.
But I shouldn't have to.
But I shouldn't have to.
- Tue Feb 22, 2022 7:20 pm
- Forum: General discussion and questions about Aware IM
- Topic: Problem with simple SUBSTRING / INDEX_OF
- Replies: 11
- Views: 10894
Re: Problem with simple SUBSTRING / INDEX_OF
No, none of them work. All same error "Invalid Calculation". This is on a calculated column in a query which this is the first I've tried.
- Tue Feb 22, 2022 3:11 pm
- Forum: General discussion and questions about Aware IM
- Topic: SUBSTRING/INDEX_OF in Query
- Replies: 0
- Views: 7510
SUBSTRING/INDEX_OF in Query
Can you use SUBSTRING/INDEX_OF in a query? I'm adding a calculated field and trying to display the right portion of a plain text field with these functions and get invalid calculation on everything I try. Query is on BO "AE" , plain text field = "ManagementLevel" AE.ManagementLevel = "85c1595f232610...
- Tue Feb 22, 2022 2:50 pm
- Forum: General discussion and questions about Aware IM
- Topic: Problem with simple SUBSTRING / INDEX_OF
- Replies: 11
- Views: 10894
Re: Problem with simple SUBSTRING / INDEX_OF
Not sure if it's relatable, but I'm about to open another (same) topic. I can't get SUBSTRING/INDEX_OF to work on a calculated field in a query. A query on BO "AE" has a plain text field called "MaangementLevel", that's front padded with junk. I'm simply trying to display the right of the text. Ther...
- Tue Jan 18, 2022 7:33 pm
- Forum: General discussion and questions about Aware IM
- Topic: LDAP from different domains
- Replies: 0
- Views: 6417
LDAP from different domains
I use LDAP for most applications. We recently integrated new company's with different Active Directory domains. I place them in a grouped BO and assign the LDAP login to that. The issue is if a user with same login from one domain navigates to the app, the login is being found in the other domain wi...
- Tue Jun 22, 2021 2:08 pm
- Forum: General discussion and questions about Aware IM
- Topic: perform process on BO_B Based on Query Results of BO_A
- Replies: 17
- Views: 18127
Re: perform process on BO_B Based on Query Results of BO_A
Well, I have this working, but not as nice as I would like it. The call to the "PICK FROM" now displays the query correctly and you can filter it down to the records. Note - The Column Header filter/Column drop downs do not work on PICK FROM results. So I removed them, leaving only top row "Contains...
- Mon Jun 21, 2021 6:02 pm
- Forum: General discussion and questions about Aware IM
- Topic: perform process on BO_B Based on Query Results of BO_A
- Replies: 17
- Views: 18127
Re: perform process on BO_B Based on Query Results of BO_A
Yes calling a previous formatted query. Version 8.6, build 2918. I found one issue and corrected it. But now the Query does not allow filtering. The drop down is in the column header, but will not expand. If I use text box filter, is there a symbol for contains? like "Description Like '5443%'?
- Fri Jun 18, 2021 4:36 pm
- Forum: General discussion and questions about Aware IM
- Topic: perform process on BO_B Based on Query Results of BO_A
- Replies: 17
- Views: 18127
Re: perform process on BO_B Based on Query Results of BO_A
When using the "PICK ONE OR MORE FROM Query", the query is all screwed up. Columns all out of order and some missing. You have to check every row as there is not a select all. And then that doesn't work, check a second box and the first one disappears and so on. You can only select one at a time.
- Fri Jun 18, 2021 3:32 pm
- Forum: General discussion and questions about Aware IM
- Topic: perform process on BO_B Based on Query Results of BO_A
- Replies: 17
- Views: 18127
Re: perform process on BO_B Based on Query Results of BO_A
Rocketman - pretty much exactly how I have it set. I am storing the value in an attribute of LoggedInRegularUser.Category. I did not pass that along because I thought it was persistant, so always available. Let me check this out.
- Thu Jun 17, 2021 10:18 pm
- Forum: General discussion and questions about Aware IM
- Topic: perform process on BO_B Based on Query Results of BO_A
- Replies: 17
- Views: 18127
Re: perform process on BO_B Based on Query Results of BO_A
The PICK ONE OR MORE... Displays the query, but just a close button, no Continue.