Question

Read-only custom field with select statement but no argument

  • 29 July 2022
  • 1 reply
  • 103 views

Userlevel 1
Badge +1

Hello,

I am trying to create a read-only custom field  which would do the following:
Retrieve the value from a configuration table by using the user’s session ID as condition.

The configuration table’s structure is as follows:
 



I tried to create a read-only field with a select statement but arguments are mandatory.

 


Do you any idea of how to implement this functionality?

Thanks in advance,
Mélanie.


1 reply

Userlevel 2
Badge +8

Hi,

 

One way I have achieved this in the past is to just specify any of the valid view columns in the arguments and then in there where clause have it compared to itself so that its always true. e.g.

 

Regards

 

Telha

Reply