cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding caption for splitting values in user action query

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi guys,

Customer create session property on RA of user gender 1-Female, 2-Male, 0-none.

There is no problem to split user actions by this session property and to show the information but the caption is 1,2. 

Yosi_Neuman_0-1618301691739.png

Is there a way to add caption for gender instead of 1,2 for the follows USQL ?

 

SELECT count(name) as "Action count", usersession.stringProperties.gender AS "Gender" FROM useraction WHERE name = "click on icon loan-ask"  and usersession.stringProperties.gender IN ("1", "2")  GROUP BY usersession.stringProperties.gender

 

Thanks in advance

Yos 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel
1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

Currently there is no option to set your own captions or even column titles in the chart view. I'd recommend tossing in a RFE for that. 

-Chad

Featured Posts