When I create a column with PT3, it should go to cache automatically? Well, now that I once again recreated, they went to cache, no idea what changed. Is there a property in a column that makes PT3 determine whether it'll be cached or not?
All of this is in section HCPS.
I have two columns created in PT3:
a: player.a
b: player.b
Neither is grouped by.
I have two columns I've created outside PT3 to table player, player.a and player.b. I've inserted numeric data into both.
I can make a stat
mystat: (a / b) * 100
Now this stat can't be used in a report (complains about group by) but when I either change my columns to group by or change a: avg(player.a), I get good values in my report. (I can use avg or max or similar, as it's only one value per player, regardless of the cache groupings.)
I can add the stat to HUD. Result is that the HUD group where I have the stat in isn't shown*. Sometimes also another HUD group disappers (I have 3). This is regardless of whether I use avg (see above) or not; if using "group by" for my columns the stat isn't usable in hud (as expected).
* But I have seen this stat work in my HUD when setting things up. This is probably during a time when I didn't have all the selfmade fields in table player populated, but had only 1 or two players have their player.a and player.b columns filled with a value. Can this have something to do with the cache groupings?