hexagon logo

Getting StatsCount to show up in datapage+

I have tried several solutions I have found in the forums for retrieving the stats count with no luck so far. Is there something simple I am missing here. Why didn't they just make StatsCount one of the general expressions like PartName?
Parents
  • So I managed to fix the problem of datapage not receiving data by updating sql to service pack 3, still need to fix the StatsCount problem.

    GetTraceValue is not the solution either, basically what I need is if I were to do a 40 piece capability study, I need the StatsCount from 1 to 40 from PCDMIS, not the transaction number in which they were brought in to datapage but the actual count from PCDMIS.

    I've tried assigning a variable as above but that variable is not showing up in Datapage, I'll keep tinkering as I wait for Hexagon, I'm sure its something simple. I just don't understand why it was never included in general expressions...like =PartName they could have =StatsCount. Seems silly to me.

    EDIT: I tried using the following...
    ASSIGN/STAT=STR(GETTEXT(194, 1, {FILEHEDR}))
    then in datapage using GetTraceValue(1,V1) but no luck!


    The second number should be the order in which it appears in the "Tracefields" column of the Data Editor tab. IE 1, 2, 3 etc.

    Also, your variable is called "STAT" not "V1", so V1 wouldn't work either way.
Reply
  • So I managed to fix the problem of datapage not receiving data by updating sql to service pack 3, still need to fix the StatsCount problem.

    GetTraceValue is not the solution either, basically what I need is if I were to do a 40 piece capability study, I need the StatsCount from 1 to 40 from PCDMIS, not the transaction number in which they were brought in to datapage but the actual count from PCDMIS.

    I've tried assigning a variable as above but that variable is not showing up in Datapage, I'll keep tinkering as I wait for Hexagon, I'm sure its something simple. I just don't understand why it was never included in general expressions...like =PartName they could have =StatsCount. Seems silly to me.

    EDIT: I tried using the following...
    ASSIGN/STAT=STR(GETTEXT(194, 1, {FILEHEDR}))
    then in datapage using GetTraceValue(1,V1) but no luck!


    The second number should be the order in which it appears in the "Tracefields" column of the Data Editor tab. IE 1, 2, 3 etc.

    Also, your variable is called "STAT" not "V1", so V1 wouldn't work either way.
Children
No Data