GeneXus 16 .NET Web and WWP 12 - Column filter shows the 'Loading Data' message instead of displaying the data - genexus

We have cases where the Column filter shows the 'Loading Data' message instead of displaying the data.

WorkWithPlus support provided the following documentation to assist with this issue:
http://docs.dvelopsoftware.com/WikiPlus/servlet/com.wiki.wiki?2600,Issue+with+Column+Filters,

Related

Oracle Apex Popup LOVs - Additional Outputs

I am using Oracle Apex 22.2 on Centos 7. I have a problem when using the Popup LOVs Additional Outputs. I use it to set the values in an order items Interactive Grid, except for the quantity column, which has to be set manually by the user. If you add a row then come back to edit the quantity, you get the following error message. (Image Below)
"1 error has occurred
Ajax call returned server error ORA-20987: APEX - ERR-1002 Unable to find item ID for item "C19094581743261143" in application "110". - Unexpected error, unable to find item name at application or page level. for ajax_set_session_state."
Even though, I doesn't prevent you from making the edit, but I don't understand why does this error message appear in the first place. What does it mean? And how to fix it? Thank you.

Apex - Not able to exclude column in exported file

I have an interactive report and the goal is to let the user export the data but without 1 column.
What I tried for the column in question:
1) Server-side condition - Request is NOT contained in value; Value - CSV, HTML
2) NVL(:REQUEST,'EMPTY') not in ('CSV','HTMLD')
The column I am trying to not export is a link with an icon. I tried changing it to 'Plain text' but to no avail.
Oracle Apex version 21.2.0
I managed to accomplish it using this:
instr(nvl(:REQUEST,'~'),'HTML') = 0 and instr(nvl(:REQUEST,'~'),'CSV') = 0
The approach described earlier worked for me with APEX 21.x.
However in APEX 22.1 the CSV download seems to be different; is this correct? For me the values are no longer evaluated again during download and thus I can not control this (we have a server side condition for that that accesses a page Item which we fill with a logic evaluating :REQUEST).

Card report in Oracle APEX

I have created a classical report with Cards template. But I noticed that the output is unexpected. The SQL query as below
SELECT 'col m6' column_css_classes
,'<img src="https://raw.githubusercontent.com/vincentmorneau/material-apex/master/docs/img/sample-1.jpg">' img
,'Card Title' title
,'I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.' content
,'#' btn_link_1
,'This is a link' btn_label_1
,'#' btn_link_2
,null btn_label_2
FROM dual
Thanks in advance.
I think your image (the expected result) is from this website.
If i'm correct then you should go to the github of this project and fallow the instructions there on how to install that template into your apex application. After you install the template just then you can use that sql query and get the same output as in your picture.

Crystal Reports 2011: Filter on maximum number per group

I am new to Crystal Reports and I have the following question:
In one of my fields I have the following type of records
AIF145361
AIF145361/1
AIQ023078
AIQ023078/1
...
Now I want only the records without the "/1"
How do I begin?
Thanks in advance for your help.
Kwinten
You can filter
in the query (WHERE SOMEFIELD NOT LIKE '%/1')
in report data Report\Selection Formula\Record ( drag-drop the field and type 'contains "/1"')
in report presentation: Section Expert\Details\Suppress (use the same formula of line above).

Telerik report filtering

I am using Telerik report for an ASP.MET MVC 3 application.
I need to filter data based only on time not date time. Telerik report only support type date time as report parameter.
So how can i implement filtering data based only on time?
Thanks
Would you have UI that would allow user to select the filter, if yes then you would need to use a datetimepicker widget external to the report viewer which would keep the Time part. Then you can set the report parameter values programmatically.
(additional)You can also create a public report property which would be used to filter the report and this way you're basically skipping the built-in report parameters. See http://tv.telerik.com/watch/reporting/video/telerik-reporting-design-time-support-for-parameterized-queries.

Resources