Skip to main content
Question

Lobby Column using select query

  • January 3, 2025
  • 2 replies
  • 73 views

Forum|alt.badge.img+7

 

Whenever I try to use select query in column I am getting error, how to use condition in mentioned query

 

 

 

2 replies

I have found, to date, that i can only use select count(*) or sum - or use an api method to get a single value.It would be very powerful if IFS could find a way for calculated columns to have an alias and then be able to reference that for the same row - but in another column. In your example you are explicitly defining a field name in the select a.Price which i think is the issue. Can you get Price from api or maybe use sum - so you get the value if you supply the right key and only a single value exist then that might work..


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • September 4, 2026

Hi ​@Senthil 

usually, it works. I think your query is not correct.

where a.contract_id =  &AO.psc_contr_product_pric.contract_id

Try it in PLSQL developer.