Good questions about graphing.
Frequency needs contain data that are Numeric, and continuous (little blue triangle icon)
Event and User are Nominal, already.
Drag User to the x axis, and then drag Even to the right hand side of the x-axis
Drag Freqency into the frequency role on the botton right hand corner of the graphbuilder box
Choose the Bar chart element from the top of the graphbuilder box
Then on the left hand pannel, the Elements pannel, change the statistic from Mean to % of total
Just in case that didn't make sense, copy the following script into a script window and run it, when your example table is the primary table.
Graph Builder(
Size( 393, 201 ),
Show Control Panel( 0 ),
Show Legend( 0 ),
Variables( X( :User ), X( :Event ), Frequency( :Frequency ) ),
Elements(
Position( 1, 1 ),
Bar( X, Legend( 20 ), Summary Statistic( "% of Total" ) )
),
Elements(
Position( 2, 1 ),
Bar( X, Legend( 21 ), Summary Statistic( "% of Total" ) )
),
SendToReport( Dispatch( {}, "", ScaleBox, {Min( 0 )} ) )
);
JMP Systems Engineer, Health and Life Sciences (Pharma)