Jump to content

ashishkhadsare

Members
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ashishkhadsare

  1. On 6/13/2024 at 1:45 PM, HaPe said:

    We will provide an option to suppress chart tooltips with the next nedyx version, which is planned for next week. 

    In the meantime, a workaround could be to place a transparent cell widget over the chart. 

    Hello,

    Is this option to suppress chart tooltip available now?

    I could not find it.

  2. Thanks for the inputs.

    There is one more issue regarding radar diagram.

    There seem to be colour shade difference for various sections, if the values for these sections are different.

    How can the colour shade be kept same irrespective of the value for that particular section?

    image.png.4954b8d055f70fdb0c6b0ded91fb677f.png

  3. Hello,

    I have query regarding radar diagram. Currently, there can be only one background colour for the radar diagram, that also, for whole page and not just for the background of a radar.

    Is there any possibility of having colour shades for the radar? 

    Like, we have coloured blocks for fuel level in cars.

    I have attached two diagrams here. Can we have similar to that?

    77zalwbg.png

    hjfaq2qz.png

  4. On 5/21/2024 at 10:56 AM, MountainMan said:

    if only integer values maybe you could use a dropdown menu? You could implement a message when inserting a false value,

    lets pretend cell2 is your input widget:

    OnInput:

    if(OR(len(NUMBER(#cell2))==0;#cell2<40;#cell2>90);
          MESSAGE("Error - only numbers between 40 and 90 allowed")
          #cell2=EMPTY()
          )

    Hello, I am trying a similar solution. But, when the cell widget is empty the value of len(NUMBER(#cell2) comes out to be 1. I think, it considers value 0, when the cell is empty. Is it right? What can be the possible solution? PS : input Widget is cell widget.

  5. On 5/15/2024 at 10:27 AM, HaPe said:

    Hi Ashish,

    please find attached one example how such a linear scale could be realized in nedyx. Please let me know if you have any further questions. 

    Hans Peter

    nedyx_Linear Scale Demo.zip 1.89 kB · 1 download

    Additional to above condition, I also want to add a rule for the cell that user cannot keep it empty and it has to be number and not a word. How can it be done?

  6. Hello Nedyx community, 

    I am trying to convert user input in between 40 to 90 into a linear scale of 0 to 1.

    A user will give an input in a cell and it will vary in between for example 40 to 90.

    And then, I want this value to be turned into a linear scale range of 0 to 1 and save it in a table which can be further used for radar matrix.

    If the user gives input 40 it should be 0, if 65 then 0.50 and if if 90 then 1 and likewise.

    Is there any function for it?

    What can be the optimal way to implement this logic?

    Thanks and regards,

    Ashish.

     

×
×
  • Create New...