<?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 Re: Format all columns in a table based on field name instead of field value in Dashboard Studio in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650099#M53257</link>
    <description>&lt;P&gt;ARRRGGG!!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote a very long reply to this, and posted, and it reported it was posted successfully, but it seems not to have actually done so.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm not ignoring your question, I just don't have the spare time right now to completely reproduce all of that, which was not speedy to produce in the first place. I will come back and try again when I have the time, and am less frustrated.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 06:49:57 GMT</pubDate>
    <dc:creator>Ariane</dc:creator>
    <dc:date>2023-07-12T06:49:57Z</dc:date>
    <item>
      <title>Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/649915#M53235</link>
      <description>&lt;P&gt;I have a table in Dashboard Studio that shows percentage values, where the rows are a client code, and the columns are the values of the the field "username". How do I set the column format based on the field name ("username") instead of the field value ("Jenny Staffmember")?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to add units, as well as colour formatting of the text, and by default it's done by column label, which is the value of the field it's split by, instead of the name of the field, which results in a lot of repeated config which needs to be updated every time a new user turns up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 01:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/649915#M53235</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-11T01:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/649929#M53239</link>
      <description>&lt;P&gt;Please share the search for your table, some anonymised sample data and a visualisation / mock-up of your expected results.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 06:56:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/649929#M53239</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-11T06:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650072#M53252</link>
      <description>&lt;P&gt;This is the search:&lt;/P&gt;&lt;P&gt;index="myindex" sourcetype="timesheets_json" OR sourcetype="tasks_json" work_order="$task_selector$"&lt;BR /&gt;| stats values(username) as username values(time_spent) as time_spent values(time_estimate) as estimate values(work_order) as work_order values(list_name) as list_name values(task_name) values(status) as status by task_id&lt;BR /&gt;| where ( status="complete" AND estimate&amp;gt;0)&lt;BR /&gt;| eval time_perc_est=round((time_spent/estimate)*100), code=substr(list_name,1,9)&lt;BR /&gt;| chart avg(time_perc_est) as "Actual vs Estimated Time (%)" by code username useother=f&lt;/P&gt;&lt;P&gt;The data comes from 2 JSON indexes, one looks a bit like this:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;timestamp&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1689067863&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;3578049312326190828&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;task_id&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;860r9v3p6&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;username&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "User1&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;billable&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;end&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1689067863&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;start&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1689064497&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;at&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1689067863&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;space_id&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;7032145&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;list_name&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;ABCDEF000&lt;/SPAN&gt; &lt;SPAN class=""&gt;Company Name&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;Pty&lt;/SPAN&gt; &lt;SPAN class=""&gt;Ltd&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;task_name&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Clear&lt;/SPAN&gt; &lt;SPAN class=""&gt;Email&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;due_date&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1689012000&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;start_date&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1689012000&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;date_created&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1688976115&lt;/SPAN&gt;&lt;SPAN&gt;, "&lt;/SPAN&gt;&lt;SPAN class=""&gt;client_type&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Priority&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;pt_support&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"Someone&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "Someone Else&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN class=""&gt;work_order&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;SPAN class=""&gt;Client&lt;/SPAN&gt; &lt;SPAN class=""&gt;Comms&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the other:&lt;BR /&gt;"&lt;SPAN class=""&gt;due_date&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1688666400&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;start_date&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1688666400&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;date_created&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1688545863&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;date_done&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;1688717285&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;time_estimate&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;300&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;status&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; "&lt;SPAN class=""&gt;complete&lt;/SPAN&gt;", "&lt;SPAN class=""&gt;time_spent&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;458&lt;/SPAN&gt;, "&lt;SPAN class=""&gt;client_type&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; "&lt;SPAN class=""&gt;Blah Blah&lt;/SPAN&gt;", "&lt;SPAN class=""&gt;pt_lead&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; "Someone", "&lt;SPAN class=""&gt;pt&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; "Someone Else", "&lt;SPAN class=""&gt;work_order&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; "&lt;SPAN class=""&gt;Client&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Comms&lt;/SPAN&gt;&lt;/SPAN&gt;", "&lt;SPAN class=""&gt;task_id&lt;/SPAN&gt;"&lt;SPAN class=""&gt;:&lt;/SPAN&gt; "&lt;SPAN class=""&gt;860r9v3p6&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I want to end up with something like this:&lt;/P&gt;&lt;TABLE border="0" width="435" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100.203px" height="20"&gt;Client&lt;/TD&gt;&lt;TD width="83.375px"&gt;User1&lt;/TD&gt;&lt;TD width="83.375px"&gt;User2&lt;/TD&gt;&lt;TD width="83.375px"&gt;User3&lt;/TD&gt;&lt;TD width="82px"&gt;…&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="100.203px" height="20"&gt;ABCDEF000&lt;/TD&gt;&lt;TD width="83.375px"&gt;&lt;FONT color="#339966"&gt;25%&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="83.375px"&gt;&lt;FONT color="#FF9900"&gt;150%&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="83.375px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="82px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="100.203px" height="20"&gt;ABCDEF001&lt;/TD&gt;&lt;TD width="83.375px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="83.375px"&gt;&lt;FONT color="#99CC00"&gt;75%&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="83.375px"&gt;&lt;FONT color="#FF0000"&gt;300%&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="82px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="100.203px" height="20"&gt;…&lt;/TD&gt;&lt;TD width="83.375px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="83.375px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="83.375px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="82px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Somewhat random colour coding there, but you get the idea). The number of columns, and names of the columns will change over time, obviously (and with different searches). The table is being generated, but I can't work out how to format the columns using the field name ("username"), instead of each column individually ("User1", "User2 etc) which requires a lot of copy/pasta, and ongoing manual maintenance every time a new person is onboarded.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 00:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650072#M53252</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-12T00:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650099#M53257</link>
      <description>&lt;P&gt;ARRRGGG!!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote a very long reply to this, and posted, and it reported it was posted successfully, but it seems not to have actually done so.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm not ignoring your question, I just don't have the spare time right now to completely reproduce all of that, which was not speedy to produce in the first place. I will come back and try again when I have the time, and am less frustrated.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 06:49:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650099#M53257</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-12T06:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650184#M53264</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Here is a second attempt at providing more information. I've reduced some of the duplication by using a single ColumnFormatEditorConfig, but I can't work out how to identify multiple columns in one columnFormat definition. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Following is the code as it stands.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"viz_cost_detail"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"splunk.table"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"dataSources"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"primary"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"ds_cost_detail"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"title"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Cost detail by Client for $client_filter$"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"options"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"headerVisibility"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"fixed"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"columnFormat"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Task"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"width"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;428&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Person1"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"data"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt; table | seriesByName(\"Person1\") | formatByType(Team_MemberColumnFormatEditorConfig)"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Person2"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"data"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt; table | seriesByName(\"Person2\") | formatByType(Team_MemberColumnFormatEditorConfig)"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"count"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;120&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"context"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Team_MemberColumnFormatEditorConfig"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"number"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"thousandSeparated"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"unitPosition"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"after"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"precision"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"unit"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"hrs"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"description"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Uses time range and Client inputs"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"ds_cost_detail"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"ds.search"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"options"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"queryParameters"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"earliest"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"$time_filter.earliest$"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"latest"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"$time_filter.latest$"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"query"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"| datamodel Data_Model wtf search &lt;/SPAN&gt;&lt;SPAN&gt;\n| search wtf.client_code=\"$client_filter$\"\n| chart sum(wtf.time_worked) as hours by wtf.task_name wtf.username \n| rename wtf.task_name as Task \n| addtotals row=true col=true\n\n"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"client_cost_detail"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Essentially I'm looking for the equivalent of a default entry for the column format section, so that I don't have to manually repeat this entry:&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Person2"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"data"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt; table | seriesByName(\"Person2\") | formatByType(Team_MemberColumnFormatEditorConfig)"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;for every single staff member, and every time a new staff member comes on board, which is unworkable. Any insight is greatly appreciated, thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jul 2023 13:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650184#M53264</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-12T13:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650302#M53288</link>
      <description>&lt;P&gt;Oh, this morning this reply is here! It wasn't yesterday afternoon!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 00:23:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650302#M53288</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-13T00:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650303#M53289</link>
      <description>&lt;P&gt;This is another use case for the same issue, with a simpler search&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 00:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650303#M53289</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-13T00:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650332#M53292</link>
      <description>&lt;P&gt;I am not sure there is a way to do this in Dashboard Studio (yet). Try using SimpleXML / Classic dashboards&lt;/P&gt;&lt;P&gt;(I don't use Studio for anything serious as it is not good enough for my needs.)&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 07:36:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650332#M53292</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-13T07:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650368#M53293</link>
      <description>&lt;P&gt;OK, thanks. For my purposes, the things DS does better are also important (among other things, I need to be able to format the UI so that it's useable by non-technical, non-Splunk people, which means explanatory text, carefully managed layout etc). I knew DS was still kinda in the dev stage, but confess I thought it had got a little further along than this. I'm genuinely not sure what course I should take, but that's not a question for a community forum. Thanks for your response!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 11:30:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650368#M53293</guid>
      <dc:creator>Ariane</dc:creator>
      <dc:date>2023-07-13T11:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Format all columns in a table based on field name instead of field value in Dashboard Studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650375#M53294</link>
      <description>&lt;P&gt;There is quite a lot you can do with Classic by using CSS and HTML panels, so I guess it depends on how urgent your need is.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 12:05:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Format-all-columns-in-a-table-based-on-field-name-instead-of/m-p/650375#M53294</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-13T12:05:34Z</dc:date>
    </item>
  </channel>
</rss>

