Skip to main content
1-Visitor
November 8, 2018
Solved

Filter widget connected to jdbc mysql connection doesn´t work

  • November 8, 2018
  • 1 reply
  • 960 views

Hello,

 

i want to use the filter widget within a mashup, to filter a GRID coming from JDBC MySQL connection?

Does this should work?

 

thwx_filterwidget.PNGthwx_mashup_filter_connection.PNGthwx_quuppa_service_GetAFKO.PNG

 

Many thx in advance,

 

Philipp

Best answer by PaiChung

The Widget produces a JSON which you then would have to convert into a proper SQL Filter

You can then use << >> (String vs. Parameter substitution) in an SQL query.

Do be aware that using << >> is considered String substitution and is vulnerable to sql injection.

Proper validation and permissions should be used.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 8, 2018

The Widget produces a JSON which you then would have to convert into a proper SQL Filter

You can then use << >> (String vs. Parameter substitution) in an SQL query.

Do be aware that using << >> is considered String substitution and is vulnerable to sql injection.

Proper validation and permissions should be used.