Size: a a a

2021 March 20

AT

Abinesh Toretto in Oracle APEX
источник

AT

Abinesh Toretto in Oracle APEX
eng: Jalal
Please help
How can i make the menu navigation showed depending in peroir  user authorizayion .


How can i get the quoiry for this menu navigation?
set to your authorization
источник

e

eng: Jalal in Oracle APEX
Abinesh Toretto
set to your authorization
What code i use for this
источник

e

eng: Jalal in Oracle APEX
Abinesh Toretto
set to your authorization
Or what is the authorization function or quiory  that returns the menu depending on user authorized?
источник

AT

Abinesh Toretto in Oracle APEX
you should a user table in that there should be a columns called user type or etc... some thing like that
источник

AT

Abinesh Toretto in Oracle APEX
SELECT AUTHORIZATION FROM TFC_USERS_TABLE WHERE UPPER(USER_NAME)=V('APP_USER') AND AUTHORIZATION IN ('DOCTOR','ADMIN')
источник

AT

Abinesh Toretto in Oracle APEX
use this code in the authorization
источник

AT

Abinesh Toretto in Oracle APEX
hey folks I have a request, there is a column in my table that  defines the quantity i want the quantity to be displayed as the list
источник

AT

Abinesh Toretto in Oracle APEX
any ideas
источник
2021 March 21

MK

Mohan K in Oracle APEX
Did any one used dbms_kafka package ? to interact with kafka cluster
источник

AT

Ashu The Emperor in Oracle APEX
источник

JK

Jash Ka in Oracle APEX
Abinesh Toretto
hey folks I have a request, there is a column in my table that  defines the quantity i want the quantity to be displayed as the list
What is the problem? Choice type "Select List" and continue on.
источник

AT

Abinesh Toretto in Oracle APEX
Jash Ka
What is the problem? Choice type "Select List" and continue on.
Yeah I have done it
источник

HB

Henry B in Oracle APEX
read it again and again until it helps
источник

A

Abhishek in Oracle APEX
Hi everyone, I have an interactive report on a modal dialog page where on click of report rows I'm getting primary key values. Now i need to display images on a saperate region dynamically by fetching the BLOB content from table.
источник

A

Abhishek in Oracle APEX
So on click of report row, get corresponding image from DB and display it. Need your help regarding this. Thanks in advance
источник

ha

hola amigoo in Oracle APEX
Set the primary key in an hidden item on click , on image region use that item to fetch the image  against that ID, Also refresh the image region on click of the row
источник

A

Abhishek in Oracle APEX
hola amigoo
Set the primary key in an hidden item on click , on image region use that item to fetch the image  against that ID, Also refresh the image region on click of the row
Yeah. Holding the primary key in hidden item is good. But what's the way to bring the image on to the region directly from DB? Please suggest
источник

Т

Темик in Oracle APEX
Abhishek
Yeah. Holding the primary key in hidden item is good. But what's the way to bring the image on to the region directly from DB? Please suggest
What is the query for your image region ? Should be something like this: select * from image_table where image_id = your_primary_id ... fetched from the click event. Plus add DA to refresh the image region.
источник

A

Abhishek in Oracle APEX
Темик
What is the query for your image region ? Should be something like this: select * from image_table where image_id = your_primary_id ... fetched from the click event. Plus add DA to refresh the image region.
No query as of now. This is a new region which we are going to create. Where can i use the query for Static content region type? I know we can use plsql code in Dynamic content. But it cannot be refresh able.
источник