KX Community

Find answers, ask questions, and connect with our KX Community around the world.

Home Forums KX Academy Advance Capstone : 2.5 need help

  • Advance Capstone : 2.5 need help

    Posted by ashish31 on August 3, 2023 at 12:00 am

    I tried to add below attributes in the sensor table but I’m still struggling to bring down the runtime of .viz.createDashboard

     

    system"l ",getenv[`AX_WORKSPACE],"/AdvancedCapstone.Setup/dbmaint.q"  
    setattrcol[`:.;`sensor;`lapId;`g]  
    setattrcol[`:.;`sensor;`sensorId;`g]
    c          | t f a
    -----------| -----
    date       | d
    sensorId   | s   g
    time       | t
    lapId      | j   g
    units      | s
    sensorValue| f
    session    | s

    Please help.

    ashish31 replied 2 months, 2 weeks ago 2 Members · 1 Reply
  • 1 Reply
  • Laura

    Administrator
    August 4, 2023 at 12:00 am

    You might be better off with a p attribute

    c          | t f a 
    -----------| ----- 
    date       | d 
    sensorId   | s   p 
    time       | t 
    lapId      | j 
    units      | s 
    sensorValue| f 
    session    | s

Log in to reply.