qlik sense get field selections. Field functions either return integers or strings identifying different aspects of field selections. qlik sense get field selections

 
 Field functions either return integers or strings identifying different aspects of field selectionsqlik sense get field selections  If all but two, or all but one of the values are selected, the format ' NOT x,y ' or ' NOT y ' will be used respectively

If options are used, you will need to specify record_sep. 'SeasonalityTEU_Region' field holds the value. if TM Type SAM is selected, then the dimension, Adjustment Type, needs to exclude and. I know that, we can use "Gtefieldselections (Fieldname)" function. If options are used, you will need to specify record_sep. Please copy . To specify a new line set record_sep to chr (13)&chr (10). Are you trying to get selections applied on UI? Can you use the List current selection block after the select field value blocks to get the selections applied to the report and also pass the values to Add selection to the report block, which should work in this case? Please have a look at the example automation shared below. Which you can later pass into a set analysis condition if required. If all but two, or all but one of the values are selected, the format ' NOT x,y ' or ' NOT y ' will be used respectively. Is it possible to have a set analysis which uses GetFieldSelections but if nothing is selected it includes all options. 2) if the ID is closed after the date which i have selected it should be shown as Open in the table. Text search can be split up into two separate search modes: Normal search. Type the name of the field for the selection in the Field box. It should work for single values however if you select over 80% of the possible values it will return a 'NOT ValueX, ValueY' which won't work in Set Expression. In this example - I was just trying to simulated the selection for This Year for Last However - there may be a better way to achieve this, what is your use case? Please mark the appropriate replies as helpful / correct so our team and other members know that your question(s) has been answered to your satisfaction. 4. If i test it by this expression the chart shows the correct data:app. i need that possible values of one Field will be selected in another Field. Reply. As mentioned the getfieldselections () function returns values with a '$ (=GetFieldSelections (BU))' will result in 'value1,value2' which set analysis can't use. Manager1, Manager2, Manager3, Manager4, If clicked on Manager1, Manager2 will display and their Subodinate. GetCurrentSelection(); foreach (var selectedField in currentSelection. Separator to be put between field records. The concat function will result in 'value1','value2'. Please help how to get. GetFieldSelections () only shows values if selections have actually been made on the field. Use the drop-down on each function to see a brief description and the syntax of each function. You can use FirstSortedValue () to find the last value. The Qlik Cloud connector has the following blocks which can be used for selections: • Select Field Value This block performs a selection. Hi, you can you below. GetFieldSelections ( [Main State]:: [Field],',',100000) If I set the selection box also to an alternate state like "State A". Selections allow users to explore the data in an app and to answer their specific questions at any given time. Please see attachments for further details. However this returns '-' when I have one valued filtered. You can even make use of this code to get all the current selections: var currentSelection = App. pivot table. Syntax: GetCurrentField (group_name)Return data type: string Arguments: group_name: The name of the group to be evaluated. My expression/s (tried) seem to exclude everything else too. If Get Current Selection = this, exclude this. In this case the data is available for Oct-21 (Q4-21) and I want to get Jun-21 (Q2-21) to show in label of KPI. Not for multiple selections. I have managed to create an expression which I can add to a text box and show the selections below : =GetFieldSelections (Month, '; ', 100) & ' | ' & GetFieldSelections (Division) This shows all dates selected. Solved: Hi guys! I'm new to QlikView and got a question here: I have a field contain cities: Cities Jakarta New York Melbourne Madrid Tokyo Prague and - 389428. qlik. or if not the origin field should be used for the selections a second independent field from an island-table might be applied. Em 28 de ago de 2018, à(s) 09:02, sebastiao fogaça <qcwebmaster@qlikview. The Create new measure dialog opens with the field you selected as the name of the measure and as a part of the expression. didn't work. The last step is to check the layout of the list object in order to see the selected values. 2013-05-21 01:01 AM. Some extensions will allow you to set a filter to only allow one selection, without actually enabling Qlik's "Always one selected value" option. Hi, I am learning about the field function getfieldselections, here at the Qlik page: - 1880939I don't think we have function like that , you need to make use of multiple getfieldselection () function to achieve this but having the field name with the selection is more informative rite ?? because if 2 fields have similar values then without the field name , end user might get confused in which field he has made the selection. Normally, when you make a selection, aggregation functions, such as Sum, Max, Min, Avg, and Count aggregate over the selections that you have made: the current selections. Do you have some additional information on what it is exactly that you are trying to do? Hi I need to add if then and else condition for a complex query in set analysis of qlikview along with getfield selection in it. This should work I think: =If ( Match ( logmonth , $ (=Chr (39) & GetFieldSelections (DueMonth, Chr (39)&','&Chr (39), 12) & Chr (39) ) ), logmonth ) The entire expression between $ ( and the next to last ) will be evaluated and the result will be put into the outer expression. . Fast way to get all table and field names from an app. hence I was asking for both the conditionsGet field selection expression does not recognize assembled field name Hi, Does any know what the below expression isn't working. ( grouped at region level in the script load - since each region has multiple 'Origin' ) In the front end, based on the selections made in 'Region, I need for the 'SeasonalityTEU_Region' of. I need to keep field 'Version' (and selections from other fields) & ignore selection in 'Carrier' completely to calculate TotalTEU. (what ever your dimension field is. If they choose a country other than the current selection, then I call the Qlik Sense API to select the new country. You can't select NULL, it's not a value / symbol you can select. Thank you in advance. I want to show the dates selected in a report but when I put the selections in the report it show 11 of 45 for months. if vVar =0 , then select Flag value =1, if vVar =1, then select Flag value =2. But the selections can happen only within the filters on the chart. selectMatch(menuCountryName, false); } } I have a drop down list of countries (in jQueryUI) and the user can select a country from the list. Field);29m ago. If options are used, you will need to specify record_sep. Select "13". GetFieldSelections (Year) will return a list of years if the user selects more than one, and will return nothing of nothing is selected. filter. For each selected field is given: the name of the field;I guess create a KPI object with GetFieldSelections (Ano) to see if it show anything (make sure you set custom format to see the text values, else KPI object might just show -. Otherwise, to answer your very question try like: If (GetFieldSelections (DayFlag)= 'AM Only, All Day', Count ( {<DayFlag= {'AM Only', 'All Day' }>}Distinct OR_Date) If you select two or more values, getfieldselections () would return. Personally I would prefer using GetFieldSelections () for a limited number of fields, as it might be easy to format. The goal is to select some values of a field, by entering the values to select. date. Fixed record data files contain a single table in which each record (row of data) contains a number of columns with a fixed field size, usually padded with spaces or tab characters. 1. Tip note If you want to use a timestamp field, you need to convert it to a date. The list is filtered as you type, to display matching values. Date 2 (Closed Date) Date (selected date in UI) Status. All About Selections. Let me know how you do. The only reasonable way I can think of to achieve this for GetFieldSelections is to use Dual (MyName, MySort) as your field. Qlik Application Automation; Catalog and Lineage;Click a selection item, and in the selection pop-up, type your search string. 2020-01-31 10:09 AM. I used '","' to get the result of "DimValue01","DimValue02". Right-click the field you want to use as a measure and click Create. In this file i have worksheet "calendrier" wich contains : date(dd-mm-yyyy) / year / month . If PVC_date filter is applied, my chart do not change. So the [Value] for each month that comes after Aug changes too. It won't show anything if you've not made any selections on the field. so use. Kushal_Chawda. Clear the selections in all fields except the current field; Clear the selections in a visualization; Clear the selections of a specific field; Enter and exit the selection mode; Get the current selections; Invert the current selections; Select all possible values of a field; Select all possible values of a list object; Select all values of a fieldYou can try Aggr ( Year ,Year) to discard the excluded values from List box. Getfieldselections with multiple selection Hey everyone, i'm in trouble with getfieldselection() function. Click the function name in the syntax description for further details. if you hit the >> within the seach text you get an expanded search box which means 'associative search'. GetFieldSelections ( field_name [, value_sep [, max_values [, state_name]]]) If the number of selected values is max_values or less, the string returned is a list of the selected. 824 Views 0 Likes Reply. However in one of the tabs I'm trying to compare the values of two forecast types. Hardcoded set analysis would look like. Can you please tell me, whats wrong here. In general, GetCurrentSelections () function returns a list of the current selections in the app. Eventually merge them togheter and create a simple filter (select Box or multiple selection box), Then the trigger need to call the select Value methos on all the surce app selectValues method ‒ Qlik Sense . In GetFieldSelections, when you get above a certain number of selections, it doesn't. SelectValues fldVal. Another way is to make a button that uses Select Exclude. YearMonth]), it appears to return a text value, and not a date one. After checking that no values in the field Country are selected, the handle of the field Country is retrieved and some selections are made in the field. Hey everyone, i'm in trouble with getfieldselection() function. New to QlikView; new to this Community. Otherwise associated (white) values are counted. GetFieldSelections ( field_name [, value_sep [, max_values [, state_name]]]) If the number of selected values is max_values or less, the string returned is a list of the selected values. date. In the properties panel, under Data, click the field you just added. multiple selections in GetFieldSelections + Set Analysis. GetCurrentSelections () returns a list of the current selections in the app. Note: when I use the variable, field names are within single quotes. 0: Updated: 1. Right-click a field, and then click Field settings. In each measure name i would like to have measure name and selected values from MonthYear filter. *2*. How can i make it, that if i s. is a logical expression that can sometimes be very complex. See the documentation of the. Selections bar with the selections Year, Product Group and Region made. Please guide on the same. But they don't work. Tags: getfieldselections qliksense. Tried different expression, but do not get desired result. Example: If the user selects Margin, Sales, and Customer in the field KPI_Description, I want to get Margin, Sales from this function. Field functions either return integers or strings identifying different aspects of field selections. New to Qlik Sense: String encapsulation with GetFieldSelections? Options. Well, i go to the select in field and i set the trigger but this one not work. If you select all values and the count of all values is greater than max_values, the text ALL will be returned. 1. It seems that your record set shows identificacion values that have no relation to Ca. After checking that no values in the field Country are selected, the handle of the field Country is retrieved and some selections are made in the field. 2. fields 'Version' and 'Carrier' will be selected. Field functions either return integers or strings identifying different aspects of field selections. in the caption of a list box is an icon, and if you press it , you get a search field for the list box. Use the drop-down on each function to see a brief description and the syntax of each function. Click the field you want to use to create a measure. In this table there are always. Create a transient list object with the identifier (. GetFieldselections not working with AND Condition with different dimensions =If(GetFieldSelections(Crop)='Tomato' and GetFieldSelections(Species)='Tomato',1,0) Field functions. ; Examples. Below is what I thought would work. IF (LEFT (FIELD,4) = 'xxxx', FIELD,NULL ()) I then would like to use the GetfieldSelections () Function to identify what one has been selected. The general idea is: make selection in the required field (select the value (s) you need) create hypercube (session object) with required fields (you can create table in the UI if you want/can and use it as a data placeholder) "ask" Qlik to send you the data. The ability to make selections and see what data is associated is one of the powerful capabilities of Qlik Sense and QlikView. created by sebastiao fogaça in Qlik Brasil - View the full discussion. Hello, I have a question about ignoring a particular filter selection, Lets say that i have a simple calculated table like this: TimeStamp (Atucalendar driven) ID Value1 Value 2 calculated value 1. Qlik Sense on Windows May 2023. 0. Hi, in the app, I have multiple fields as filters. Arguments: Arguments. 1. The name of the field is correct. In my actual data, there are many more values, and there might be a large amount of selections. We would like to show you a description here but the site won’t allow us. These functions can only be used in chart expressions. All Forums. I found the solution and want to present it to whomever it might find useful: First set up a dynamic variable which reads in the selection from Field A in alternate stat 1 with GetFieldSelection (): Next, whenever a selection on Field A is made it should trigger the following: Martin. Hence, these were all the important Qlik Sense field functions which are used to handle and count values under different selection states in a field or numerous fields. 1. . MVP. GetFieldSelections () returns a string with the current selections in a field. Click at the bottom of the preview. If all but two, or all but one of the values are selected, the format '. expression. I want to display the selections but only of a certain source, like KPI_Source = 'SAP'. once selection is made Qlik will filter all objects in the app (not only the session. The list is filtered as you type, to display matching values. I have data something like as shown below (it's a sample data) I have to show the count of id's in bar chart with alternate states in the expression (Two alternate states and Two expressions). 2. Clear the selections in all fields except the current field; Clear the selections in a visualization; Clear the selections of a specific field; Enter and exit the selection mode; Get the current selections; Invert the current selections; Select all possible values of a field; Select all possible values of a list object; Select all values of a fieldQlik Sense GetFieldSelections function to get the filter selectionsLike what I am doing? Buy me a Coffee to re-energize - set. I tried with/without '2022', but still didn't work. The QliKView Developer will keep the Year and Month selections in State1 and State2 synchronized. The user should use the calendar object to select a desired date and then click the button to apply the filters. - Add Sheet To Report 4: in each iteration. Hi, I need to create an expression in a dimension that when one vale is selected, it will exclude the field of another dimension. Greeting for the day! I have a question that ,How i can get default multiple values selected in qlik sense using climber selection or simple field selection extension. I have used. See below. The Windows Checkboxes style mimics the standard Windows interface with a check box. For t = 0 to NoOfTables () - 1. GetFieldSelections () usando valores não selecionados. Ditto -. 2018-08-22 11:52 AM. On your screenshot, the MonthYear field is left-aligned, as text aligned by default. table. 2017-09-07 04:13 AM. You can search selection items in the selection bar, and within visualizations such as filter panes and tables. Anyway my example was a numeric field converted to text field, which requires brackets. But if th. You can throw in something like If (GetSelectedCount (Fieldname)>0,Concat (Fieldname)) to. Some of the operators accepted are: numeric operators and functions, statements. I have a requirement where I need to pass a value from a filter into a dimension and then have the data sorted using an >= operator. View solution in original post. Where Date is the date-format field and Master_Month is one of the Master Items defined as =Month(Date) I just want to ignore the selection in Master_Month field, but QS is ignoring this option. this value should not change even if i select any other list boxes in the sheet (like: Month, Quarter, Name, etc. // you will get the field name in this variable Console. Listbox Properties> Caption>Special Icons>Select Exclude. GetCurrentSelections() returns all current selections for current document, so it will take several lines. Use quotation marks, wildcards, and modifiers to search for values in a field. Furthermore it is possible to lock the field value. Kind Regards. Hello, I'm having issue to fix the multiple selection with the field filtering with a Month to Date calculation, when selecting multiple values for the filters, the result is void. The preview opens. To specify a new line, set record_sep to chr (13)&chr (10). GetPossibleValues. If we are searching the value "*rcs*" on "ABC. Late response to the thread but I finally found out the correct syntax for "escaping" field values, which is square brackets. Hello, I'm having issue to fix the multiple selection with the field filtering with a Month to Date calculation, when selecting multiple values for the filters, the result is void. action2: clear selection in other fields (which should clear all other fields except REP) 3. I have a table with 4columns. . Now I need to create a variable that would do toggle (0 or 1) and based on that toggle values my field flag value would be selected . Return string formats. 2013-05-21 01:00 AM. The Qlik Cloud connector has the following blocks which can be used for selections: • Select Field Value. If all but two, or all but one of the values are selected, the format 'NOT x,y' or 'NOT y' will be used respectively. I've set a table to alternate state and want to get in that table the selections from a mainstate table. I used therefore two Document Even Triggers "OnAnySelect" : 1) Select all possible values of Field A (MONTH_N) 2) Select in Field B (MONTH_F) all selected values of Field A (MONTH_N) = ' (' & getfieldselections (A,'|') & ')'. 4. Qlik Sense extensions, mashups, integrations and APIs. qvf file to your C:Users<user profile>DocumentsQlikSenseApps and refresh Qlik Sense Desktop with F5. is not working selection of all month. I have three fields Language,Name,ID from same table. end if. action1: select possible values in a field (REP) 2. QlikView supports a number of different ways of presenting field values and making selections in list boxes, charts and other objects. GetSelectedValues. GetCurrentSelections () returns a list of the current selections in the app. As we are in Aug so the field should get selected with "2021 Q3" automatically when the user log in. The ability to make selections and see what data is associated is one of the powerful capabilities of Qlik Sense and QlikView. Hello Qlik Geeks, I have a tricky requirement. Can I ask a question regarding GetFieldselections in Set Analysis: I have created an line load with possible selections ( SDimensions) =sum ( {<Type= {'$ (=GetFieldSelections (SDimensions))'},Month= {<>}>}Units)/1000. All values of the field City are selected while only the first value is selected in the field Country. 465 Views. If IncludeExcluded is true the count will include selected values, which are currently excluded by selections in other fields. When a larger number of values is selected the format 'x of y values' will be used instead. Tags: greater than. The output value should only reflect for the selections made on the year column. Hope this helps you. Create a new table in the script with a new field that you'll use as Dimension. Qlik sense - Get selected id in custom exception. One field value can be selected for a field. Add. getselectedcount (FieldName [, IncludeExcluded [, State]]) Returns the current number of selected values in a field. GetField ("My Calendar field"). Set Analysis Get Field Selection. I've tried the following formulas. name, but it was not read by GetFieldSelections as a field, but just a text. I have created a filter with "Time" as dimension and the possible values that "Time" can assume are: "Year","Month","Week". 2. expression. here "Products" is Chart Id of listbox, and in valProduct you get the Array of All the Possible Values. The QlikView Developer can add. Text search can be split up into two separate search modes: Normal search. In the Current Selections window, selections are listed by field name and field value. set analysis. 1SR4 and just discovered that it is now working. 2. <Your code to export here>. Note: when I use the variable, field names are within single quotes. Hi there, i have a listbox with three values for year: 2012 2013 2014. Alfonso. 3,951 Views 1 Like Reply. 2017-05-19 04:14 PM. Fortunately there are already some solutions been discussed and documented here in the community, like: Ignore all selections except some specific fields using Set Analysis which is very helpful. Mutliple selection in getFieldSelections with Set analysis filters with set identifier = 1. 1SR4 and just discovered that it is now working. 5. In this example, the first step is to create a list object which contains one field (the field: Country ). Its working only on select MONTH_N. fldVal. I am working on a small, sample . The selections tool is divided into two sections: You can make several selections consecutively. Environments: Qlik Sense Enterprise / Qlik Analytics Platform All versions; Cause. The following formula works. Check attached document for solution. This works fine with 1 value, like this in the Layout - Show Condition: GetFieldSelections (Year) = 2013. This chart function returns the number of not-selected values in the field named. I have a list box which shows created month and a bar graph with sum (sales) in y axis and due month in x axis. Nav: Load Distinct. set analysis. Qlik Community. From the help: getselectedcount (FieldName [, IncludeExcluded [, State]]) Returns the current number of selected values in a field. If the selections are instead made using a search string in a search box, GetCurrentSelections () returns the search string. GaryHi, I need to create a filter that will be able to select options within a list. The problem is when you need to check for alphanumeric values, say month "jan" and "feb" hardcoded woul look like. I add the field year in the expression of the calculated dimension YEAR : = If (Year = salesYear and Year = priceYear and Year = Year, Year) When I select 2015 in the calculated dimension, The three other take automaticly the same value: But I agree with other, that it would be better to use only one field Year in. I guess, this happens because after selection in master dimension QS makes not same selection in initial field. qlik sense. If options are used you will need to specify record_sep. Additional info: selectedddate and recorddate are not linked together - there's no association between them. 1 Like. Type: Array. selectMatch(menuCountryName, false); } } I have a drop down list of countries (in jQueryUI) and the user can select a country from the list. Clear the selections in all fields except the current field; Clear the selections in a visualization; Clear the selections of a specific field; Enter and exit the selection mode; Get the current selections; Invert the current selections; Select all possible values of a field; Select all possible values of a list object; Select all values of a fieldExclude particular field names in GetCurrentSelections () I have nearly 20Filters and i have to show in chart footer what are the filters have been selected. Details; Introduced: 1. I get that the last month is September, as you can see : If I don't select anything, my result. Field functions either return integers or strings identifying different aspects of field selections. You can use the Period field to make selections in and the appropriate Month values will be used in calculations. - chart function. But if there are way to many fields, you can work with GetCurrentSelections and use the max_values to make sure that you see all the values. Hello, This requirement has come up again and again and believe would keep coming up in QlikView/Qlik Sense development. When a larger number of values is selected the format 'x of y values' will be used instead. And the. It just not able to recognize this field name. here "Products" is Chart Id of listbox, and in valProduct you get the Array of All the Possible Values. script. I used therefore two Document Even Triggers "OnAnySelect" : 1) Select all possible values of Field A (MONTH_N) 2) Select in Field B (MONTH_F) all selected values of Field A (MONTH_N) = ' (' & getfieldselections (A,'|') & ')'. However, now I need to add an additional field selections for year and it doesn't work. GetFieldSelections () returns a string with the current selections in a field. In your case you could avoid the commas by using another set analysis syntax like: vState_Group1 = (NJ|MA|CA) Beside this it's much easier to use field-selections instead of variables, for example: < Field = p (Field) >. Whatever expression you choose, make sure that the format is the same. Is there a way to do it without using GetFieldSelections? Solved: Hi All, I have a dashboard with [Month] as a filter. Solved: Referencing Alternate States in GetFieldSelections. Didn't pay attention to the "one month selection part" ; But even in this case, with concat it should work for one or different Months selection while I'm not that sure It would work with GetFieldSelections(Month) if more than one month is selected. I want the fruits = apple and also only the relevant fruits should come up based on the product selected. Hi All, I need to concat startmonth column grouped by Id column. Count the total records of one of the fields of the current selection in Qlik Sense. Set analysis offers a way of defining a set (or group) of data values that is different from the normal set defined by the current selections. select in field. Syntax: GetCurrentSelections ( [record_sep [, tag_sep [, value_sep [, max_values [, state_name]]]]]) Return data type: string. The default is ', '. Maybe something like: ActiveDocument. Maxvalues is the maximum number of field values to be individually listed. i dont find in forum my answer. filter. Example 2: John selected in First. Set bookmark for the specific selection. It is possible to query an alternate state. Field functions either return integers or strings identifying different aspects of field selections. Click the function name in the syntax description for further details. If I understand correctly, GetSelectedCount () works only for expressions, that reurn field. The results are based on field associations. GetFieldSelections. Syntax: . All About Selections. 2. YearMonth]),'YYYY-MMM') View solution in original post. In the attached document I have two fields Field 1 and Field 2. e. fldVal (0). Click Advanced options. I mean, if I want to know which is the last sales month I need to click on AsOfYear = '2010' ( Year field of the Rolling Months Table) and Year ='2010' (Year Field of Regular Calendar Table). GetCurrentSelections - chart function. multiple selections in GetFieldSelections + Set Analysis. For example, Dimension 'TM Type' has two dimensions, TM and SAM. 1. For example, ABC is a field name. Note: From help, you can noted that, you can't able to represents both as string value in dual () fuction. Syntax: GetCurrentSelections ( [record_sep [, tag_sep [, value_sep [, max_values [, state_name]]]]]) Return data type: string. For example, Dimension 'TM Type' has two dimensions, TM and SAM. I want to put only 1 field into my worksheet to select a year. if there are more than one, separate them with commas by GetFieldSelections (currency, ',') Ditto - same here! Solved: Hi. I have created a filter with "Time" as dimension and the possible values that "Time" can assume are: "Year","Month","Week". autoCalendar. If the field is numeric you also need to set the following properties before the actual SelectValues. Selecting Field Values. Using GetFieldSelections (KPI_Description) I get Margin. One issue with this method is that you have to have the caption visible, and with some design standards, that is not possible. View solution in original post. If Change=+10 and Month='Aug', The [Value] for Aug increases by 10%. Another point is the syntax which isn't quite right by multiple values - in this case it should look like: Sum ( {<Year= {$ (=concat (distinct Year-2, ', '))}>}Qty) If it's not working put the concat (distinct Year-2, ', ') directly as parallel expression within a table-chart to see the results which should then give valuable hints what happens. Multiple values in Toggle Field Selection Action. set val=ActiveDocument. Whatever expression you choose, make sure that the format is the same. Field functions. Example: If the user selects Margin, Sales, and Customer in the field KPI_Description, I want to get Margin, Sales from this function. If you are selecting any date values from any list box then use. 1 Solution. chr (39) & GetFieldSelections (Field, chr (39) & ',' & chr (39), 12) & chr (39. Now I want to be able to select multiple Months and change the graph accordingly. P () is used in set analysis to get all possible values in one field while E () is used to get all excluded values for the specified field. 2. The same set analysis expression is used in all chart objects of the sheet for other KPIs. By default, separator between fields, should you have more than one field selected is line feed character, in this case, it doesn't make any sense to show only values as you won't know to what field they refer. script. I have a problem where the Match() seems not to work properly for me when mutiple selections exist, but does work when only one selection is made. The "share" button on more recent sense versions is an easy way to get the syntax right. Thank you so much in advance. But surely a 1 is needed somewhere as a set modifier, otherwise the chart line will disappear when I select 2017 in the dashboard. Please help. Description. So, for the 2nd selection you must use Alternate Select, which means add the selection. Examples. .