Solved

About Checkbox ?

  • 7 November 2022
  • 2 replies
  • 94 views

  • 1.kantenbreken
    2.lassen
    3.snijden
    4.vormen
    5.zetten
    6.laskanten
    this is operation_Id (checkbox)

    and
    5.snijden/zetten
    6.zetten
    7.snijden/vormen
    8.snijden
    9.snijden/vormen/lassen
    10.snijden/laskanten
    11.snijden/laskanten/zetten
    and this is workchain_id (workchain_id)

    when I select multiple choice like(snijden/vormen/lassen) in checkbox
    In workchain_id it should select default
    example like: snijden/vormen/lassen

  • select w.workchain_id from workchain w join workchain_operation wo on
    wo.workchain_id=w.workchain_id join operation p on p.operation_id=wo.operation_id 
    where p.operation_id= (select operation_id from operation where operation_id=3)  this query is working in ssms  and In gui its not working

  • Guys you know any solution for this

icon

Best answer by Erwin Ekkel 7 November 2022, 09:14

View original

This topic has been closed for comments

2 replies

Userlevel 5
Badge +8

Hi @naveen,

Would you be so kind to elaborate on this? I don't quite understand the situation yet.
And what do you mean by saying that it's not working in the GUI? Don't you get a result, do you get an error message?

Perhaps some screenshots or a gif file would help.

Thanks in advance!

Userlevel 6
Badge +16

I think this is a continuation from this topic. Did you implement one of the given solutions? And perhaps it would be better to continue this problem there for the issue you are facing now.