<?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: Upload fields depending on whether they have value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544141#M439687</link>
    <description>&lt;P&gt;If you put your fields within expressions and not in dimensions you will get scrollbars again.&lt;/P&gt;&lt;P&gt;Beside this I strongly recommend to rethink your whole approach. It's far away from best practice to create such wide tables even if they are mainly used for exporting the data into other tools (it's only for exporting it wouldn't be meaningless if there are scrolls or not) and it means also that you handles a big crosstable within the datamodel which is really seldom necessary. Just take a closer look to the above provided link.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 09:30:31 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-02-14T09:30:31Z</dc:date>
    <item>
      <title>Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541828#M439490</link>
      <description>&lt;P&gt;Hi everybody, need help with the following question:I have my script below where I want to upload fields Injuryposition1-6 depending on whether they have value. For example, if field 6 does not have data, I do not want to upload it, how should I do it in the script?&lt;/P&gt;&lt;P&gt;I have many tables that contain all the fields whether they have value or not, I do not want to show those who do not have value. I do not want to change table box to chart or stright table. If there is some way to be able to display fields in a table box if they have value would also solve my problem.&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;PERSON:&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#0000ff" size="1"&gt;Load&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" size="1"&gt;Distinct&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;Num&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;Accident_nr&lt;/FONT&gt;&lt;FONT size="1"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_OlycksID&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;XSweref&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_X_sweref&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;YSweref&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Y_sweref&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;Injuryposition1&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Injuryposition1&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;InjuryPosition2&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Injuryposition2&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;InjuryPosition3&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Injuryposition3&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;InjuryPosition4&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Injuryposition4&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;InjuryPosition5&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Injuryposition5&lt;/FONT&gt;&lt;FONT size="1"&gt;,&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#800000" size="1"&gt;InjuryPosition6&lt;/FONT&gt; &lt;FONT color="#0000ff" size="1"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;Person_Injuryposition6&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;FROM&lt;/FONT&gt;&lt;FONT size="1"&gt; UOS.qvd (&lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;qvd&lt;/FONT&gt;&lt;FONT size="1"&gt;); &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541828#M439490</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2024-11-16T04:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541855#M439496</link>
      <description>In Table box its not possible you might have to write multiple script lines to handle this or use straight table with conditional show hide of columns in your dimension tab. Have to think how to do this in the script;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Feb 2019 04:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541855#M439496</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2019-02-09T04:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541856#M439497</link>
      <description>&lt;P&gt;Can you please come up with a few lines a sample data and the output you are looking for. It will be easy helping you out. I can understand what you are asking but the dummy/sample data will make it easier.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 04:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541856#M439497</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-09T04:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541944#M439502</link>
      <description>&lt;P&gt;Hi Pradosh,&lt;/P&gt;&lt;P&gt;Here is the data. As you can see, "Injuryposition6" does not have data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all help.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; * &lt;/FONT&gt;&lt;FONT color="#0000ff" size="1"&gt;Inline&lt;/FONT&gt; &lt;FONT color="#800000" size="1"&gt;[&lt;BR /&gt;OlycksID, X-sweref, Y-sweref, Injuryposition1 , Injuryposition2, Injuryposition3, Injuryposition4, Injuryposition5, Injuryposition6&lt;BR /&gt;17810, 6609700, 588230, , , , , ,&lt;BR /&gt;17810, 6609700, 588230, 1, , , , ,&lt;BR /&gt;17899, 6281281, 363189, 1, 1, , , ,&lt;BR /&gt;17899, 6281281, 363189, 2, , , , ,&lt;BR /&gt;17552, 6407389, 321385, 1, , , , ,&lt;BR /&gt;17533, 6374128, 323714, 2, 2, 1, 1, ,&lt;BR /&gt;17533, 6374128, 323714, 1, , , , ,&lt;BR /&gt;17533, 6374128, 323714, 3, 2, 2, 2, 2,&lt;BR /&gt;17522, 6199067, 437634, 1, 1, , , ,&lt;BR /&gt;17522, 6199067, 437640, 1, , , , ,&lt;BR /&gt;17508, 6164066, 375652, 1, 1, 1, 1, 1,&lt;BR /&gt;17501, 6164458, 376946, 1, 1, , , ,&lt;BR /&gt;17408, 6598310, 412482, , , , , ,&lt;BR /&gt;17330, 7087864, 788882, 2, 2, 1, 1, ,&lt;BR /&gt;16858, 6161588, 375130, 1, , , , ,&lt;BR /&gt;17430, 6153185, 388419, 1, , , , ,&lt;BR /&gt;16774, 6161337, 374106, 1, 1, 1, , ,&lt;BR /&gt;16655, 6287230, 370764, 1, 1, 1, , ,&lt;BR /&gt;16655, 6287230, 370764, 1, , , , ,&lt;BR /&gt;]&lt;/FONT&gt;&lt;FONT size="1"&gt;; &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 20:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1541944#M439502</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-09T20:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1542302#M439531</link>
      <description>&lt;P&gt;It's not quite clear for me what do you want to do - should the field really be removed or be hidden. In both cases you could use fieldvaluecount('YourField') to check if fieldvalues exists and then drop the field or set the visibility to FALSE (by dependencies to other dimension-values could also a count() be useful).&lt;/P&gt;&lt;P&gt;Another could be to change the data-structure with &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Crosstable-Load/ba-p/1468083" target="_blank"&gt;The-Crosstable-Load&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 12:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1542302#M439531</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-11T12:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544107#M439680</link>
      <description>&lt;P&gt;Hi Marcus, it doesn't matter if it gets hidden or removed.&lt;/P&gt;&lt;P&gt;I have a table (Box table, do not want to use chart or stright table) with the 9 variables as default and as soon as one of them does not have value I do not want to show it in the table nor come up with when I export data from the table to Excel.&lt;/P&gt;&lt;P&gt;Don't know if it's better to do it in the table or code it directly in the script, and if so, how?&lt;/P&gt;&lt;P&gt;Would be grateful if you can use the data above to create a qvw example. I'm quite a beginner with qlikview &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 08:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544107#M439680</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-14T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544111#M439681</link>
      <description>&lt;P&gt;Why not using a straight-table and applying the appropriate conditions to the visibility of the columns?&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 08:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544111#M439681</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-14T08:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544123#M439684</link>
      <description>&lt;P&gt;Hi agin Marcus, It is so that I have over 100 variables in a table and tested with stright table but the problem was that you could not change the width of the table (no scroll) so it was not manageable.&lt;/P&gt;&lt;P&gt;Can I in the script remove variables that do not have value when downloading data? So, how?&lt;/P&gt;&lt;P&gt;Thank you for all help!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544123#M439684</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-14T09:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544141#M439687</link>
      <description>&lt;P&gt;If you put your fields within expressions and not in dimensions you will get scrollbars again.&lt;/P&gt;&lt;P&gt;Beside this I strongly recommend to rethink your whole approach. It's far away from best practice to create such wide tables even if they are mainly used for exporting the data into other tools (it's only for exporting it wouldn't be meaningless if there are scrolls or not) and it means also that you handles a big crosstable within the datamodel which is really seldom necessary. Just take a closer look to the above provided link.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544141#M439687</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-14T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544189#M439698</link>
      <description>&lt;P&gt;Thanks Marcus for the recommendation, I'll actually look at it.&lt;/P&gt;&lt;P&gt;But I still want to know if there is any formula in the script where one can delete a field if it does not have data when loading data?I think of what you wrote earlier above about fieldvaluecount (), how did you think? Can you do that in the script?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 10:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544189#M439698</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-14T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544245#M439702</link>
      <description>&lt;P&gt;You will need some kind of routine for it, for example something like this:&lt;/P&gt;&lt;P&gt;for i = 1 to nooffields('table')&lt;BR /&gt;&amp;nbsp;&amp;nbsp; let vField = fieldname($(i), 'table');&lt;BR /&gt;&amp;nbsp;&amp;nbsp; if wildmatch('$(vField)', '*my fields*') then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if fieldvaluecount('$(vField)' then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace $(vField) has values;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trace $(vField) has been removed;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop fields [$(vField)];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;BR /&gt;&amp;nbsp;&amp;nbsp; end if&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 11:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544245#M439702</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-14T11:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544404#M439727</link>
      <description>&lt;P&gt;Hi again Marcus and thank u very much for your help!&lt;/P&gt;&lt;P&gt;An qusetion that does not directly relate to this post. Do you know what is the corresponding function in QlikView for Excel Degrees ()?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 14:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544404#M439727</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-14T14:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544424#M439729</link>
      <description>&lt;P&gt;I don't know if such function exists but if I look on some google-results it seemed to be quite simple and could be easily calculated or maybe replaced with variable-function like:&lt;/P&gt;&lt;P&gt;eDegrees:&lt;BR /&gt;round(180 / pi() * $1, 0.0001)&lt;/P&gt;&lt;P&gt;and then you could call it with:&lt;/P&gt;&lt;P&gt;$(eDegrees(YourFieldOrNumber))&lt;/P&gt;&lt;P&gt;for example with:&lt;/P&gt;&lt;P&gt;$(eDegrees(0.785398163)) = 45&lt;/P&gt;&lt;P&gt;You might choose a different rounding and/or add any kind of formatting to it.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 14:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544424#M439729</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-14T14:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544432#M439731</link>
      <description>&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;It is so, I need to convert/transform loads of SWEREF99TM position coordinates to WGS84 in order to display them in Google map in QlikView.&lt;/P&gt;&lt;P&gt;I have an excel formula for this conversion where there there is the Degree () function. But you might know a finished code for this transformation?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 14:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544432#M439731</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-14T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544475#M439734</link>
      <description>&lt;P&gt;Did you try my example? It should work like the excel-function.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 15:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544475#M439734</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-14T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544518#M439738</link>
      <description>&lt;P&gt;It is not working, it is sure I am wrong.&lt;/P&gt;&lt;P&gt;I have my field eg 'Xsweref' in a table but you mean that I have to create my own table (eDegrees)?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 17:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544518#M439738</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-14T17:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544766#M439760</link>
      <description>&lt;P&gt;If the variable is created like above mentioned with:&lt;/P&gt;&lt;P&gt;round(180 / pi() * $1, 0.0001)&lt;/P&gt;&lt;P&gt;in the UI respectively in the script with:&lt;/P&gt;&lt;P&gt;set eDegrees = "round(180 / pi() * $1, 0.0001)";&lt;/P&gt;&lt;P&gt;you could call it in nearly the same fashion as a normal function:&lt;/P&gt;&lt;P&gt;$(eDegrees(YourFieldOrNumber))&lt;/P&gt;&lt;P&gt;and this is quite independent to where you execute your transformation respectively this depend only on your business logic.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 07:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1544766#M439760</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-15T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1545448#M439810</link>
      <description>&lt;P&gt;Thank you Marcus for the latest help with degrees ().&lt;/P&gt;&lt;P&gt;The code for not displaying the fields that do not have value works but it has a problem, it takes every other entry of those who do not have values such as Injuryposition_6, Injuryposition_8, etc. Do you know why?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 17:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1545448#M439810</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-16T17:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1545852#M439843</link>
      <description>Thank you Marcus for the latest help with degrees ().&lt;BR /&gt;&lt;BR /&gt;The code for not displaying the fields that do not have value works but it has a problem, it takes every other entry of those who do not have values such as Injuryposition_5, Injuryposition_7, etc. Do you know why?&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Feb 2019 11:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1545852#M439843</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-18T11:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upload fields depending on whether they have value</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1546199#M439866</link>
      <description>Dear Marcus, did you have any explanation why your code takes every other field not all?</description>
      <pubDate>Tue, 19 Feb 2019 08:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-fields-depending-on-whether-they-have-value/m-p/1546199#M439866</guid>
      <dc:creator>Stravan</dc:creator>
      <dc:date>2019-02-19T08:47:34Z</dc:date>
    </item>
  </channel>
</rss>

