<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Analysing Trackman Golf Data in JMP - Looking For Advice on modifying data structure to aid numerical and visual analysis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Analysing-Trackman-Golf-Data-in-JMP-Looking-For-Advice-on/m-p/949831#M109842</link>
    <description>&lt;P&gt;I've recently started using Trackman App at my local golf swing studio.&lt;/P&gt;
&lt;P&gt;I'm downloading the data and using JMP to analyse&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's very early days of data collection but I have a particular question about modifying the data structure to make the trackman data more "analysable"&lt;/P&gt;
&lt;P&gt;One of the things I'm interested in is strike position of the ball on the club face.&lt;/P&gt;
&lt;P&gt;The way Trackman outputs the data is in a text column titled "impact height" and the data for each shot is in the the form of , for example - 4D, 2 U, 1 D ,0 where the number represents mm distance and the D or U represents whether the strike was "Down" or "Up" from the sweet spot on the club face (so "0" is a perfect strike exactly on the sweet spot; 4D is a strike 4 mm down from the sweet spot; 2U is a strike 2 mm up from the sweet spot etc.)&lt;/P&gt;
&lt;P&gt;I would like to convert this text data into a positive or negative numerical value, where positive numerical value would be above the sweet spot, and negative numerical value would be below the sweet spot i.e. convert 4D into -4; 2U into +2. This would allow me to control chart the data etc etc&lt;/P&gt;
&lt;P&gt;I'm guessing this conversion is some sort of formula but I'm not sure how to do it&lt;/P&gt;
&lt;P&gt;I attach my JMP data table for reference (relevant column is "Impact height")&lt;/P&gt;
&lt;P&gt;Any advice much appreciated&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2026 18:49:57 GMT</pubDate>
    <dc:creator>ar2</dc:creator>
    <dc:date>2026-05-21T18:49:57Z</dc:date>
    <item>
      <title>Analysing Trackman Golf Data in JMP - Looking For Advice on modifying data structure to aid numerical and visual analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Analysing-Trackman-Golf-Data-in-JMP-Looking-For-Advice-on/m-p/949831#M109842</link>
      <description>&lt;P&gt;I've recently started using Trackman App at my local golf swing studio.&lt;/P&gt;
&lt;P&gt;I'm downloading the data and using JMP to analyse&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's very early days of data collection but I have a particular question about modifying the data structure to make the trackman data more "analysable"&lt;/P&gt;
&lt;P&gt;One of the things I'm interested in is strike position of the ball on the club face.&lt;/P&gt;
&lt;P&gt;The way Trackman outputs the data is in a text column titled "impact height" and the data for each shot is in the the form of , for example - 4D, 2 U, 1 D ,0 where the number represents mm distance and the D or U represents whether the strike was "Down" or "Up" from the sweet spot on the club face (so "0" is a perfect strike exactly on the sweet spot; 4D is a strike 4 mm down from the sweet spot; 2U is a strike 2 mm up from the sweet spot etc.)&lt;/P&gt;
&lt;P&gt;I would like to convert this text data into a positive or negative numerical value, where positive numerical value would be above the sweet spot, and negative numerical value would be below the sweet spot i.e. convert 4D into -4; 2U into +2. This would allow me to control chart the data etc etc&lt;/P&gt;
&lt;P&gt;I'm guessing this conversion is some sort of formula but I'm not sure how to do it&lt;/P&gt;
&lt;P&gt;I attach my JMP data table for reference (relevant column is "Impact height")&lt;/P&gt;
&lt;P&gt;Any advice much appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 18:49:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analysing-Trackman-Golf-Data-in-JMP-Looking-For-Advice-on/m-p/949831#M109842</guid>
      <dc:creator>ar2</dc:creator>
      <dc:date>2026-05-21T18:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Analysing Trackman Golf Data in JMP - Looking For Advice on modifying data structure to aid numerical and visual analysis</title>
      <link>https://community.jmp.com/t5/Discussions/Analysing-Trackman-Golf-Data-in-JMP-Looking-For-Advice-on/m-p/949841#M109843</link>
      <description>&lt;P&gt;One option for the formula could be something like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dir = If(Right(:Impact Height, 1) == "D",
	-1
,
	1
);
Num(Substitute(:Impact Height, "D", "", "U", "")) * dir;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2026 18:56:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Analysing-Trackman-Golf-Data-in-JMP-Looking-For-Advice-on/m-p/949841#M109843</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2026-05-21T18:56:20Z</dc:date>
    </item>
  </channel>
</rss>

