Qlik sense get field selections. this value should not change even if i select any other list boxes in the sheet (like: Month, Quarter, Name, etc. Qlik sense get field selections

 
 this value should not change even if i select any other list boxes in the sheet (like: Month, Quarter, Name, etcQlik sense get field selections  Current Selections

=Conc. For example, ABC is a field name. }) I am able to get the qSelectionObject and from that I can get the qSelectedFieldSelectionInfo array. The data is a Fiscal Year column and if a 2015 value is selected in a filter I need to see only Fiscal Years that are greater than or equal to 2015. the easiest option would be to type in the search text in the filter pane and the hit "enter" to select all the entries which match the search term. Is there a way to display the list of current selections when selections are made using a search string as well. Mutliple selection in getFieldSelections with Set analysis filters with set identifier = 1. There are no selections. getfieldselections ( FieldName [, ValueSep [, MaxValues]]) Returns a string with the current selections in a field. Check attached document for solution. 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. 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. action2: clear selection in other fields (which should clear all other fields except REP) 3. Arguments; Arguments Description; field_name: The field containing the range of data to be measured. Use GetField to get a field object, then there are some different methods: SelectValues if you have the exact value. Examples and results: The following example uses two fields loaded to different filter panes, one for name and one for. This block performs a selection. Maxvalues is the maximum number of field values to be individually listed. We would like to allow selections and interaction with the chart. I have two fields Sub Category and New Sub Category both has a same value, if I select any value from Sub Category ex: Biscuit, It should display in table column X using getfieldselection If I select same Biscuit in New Sub Category It should be Ignored in Y . You can't check for one value with IF(GetFieldSelections(Designation), you should use index or a different type of check. GetFieldselections not working with AND Condition with different dimensions =If(GetFieldSelections(Crop)='Tomato' and GetFieldSelections(Species)='Tomato',1,0) Field functions. Otherwise associated (white) values are counted. //IF(GetFieldSelections(WK) = - 922081Get field selection expression does not recognize assembled field name Hi, Does any know what the below expression isn't working. 2018 16:00 2 10 10 20 3. In List Box I chose field 'f1'. This is to only make fields starting with XXXX filterable. Nav: Load Distinct. Also Try to check what does this give you: If (Len (Trim (GetFieldSelections (Año. 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 -. I want to display the selections but only of a certain source, like KPI_Source = 'SAP'. List Boxes can be created with DIMENSION fields and MEASURE fields. Conclusion . if TM Type SAM is selected, then the dimension, Adjustment Type, needs to exclude and adjustment call. I've tried the following formulas. This lets you view, edit, or clear that selection. In the window that opens, select the Always one selected value check box, and then save. functions. View solution in original post. selectMatch(menuCountryName, false); } } I have a drop down list of countries (in jQueryUI) and the user can select a country from the list. Fast way to get all table and field names from an app. Click a match to insert it into the search field. qlik sense. I have a master calendar and an assoicated table full of sales values. Search is not case sensitive. The field is then moved down to App dimensions. However this returns '-' when I have one valued filtered. Qlik Sense; Qlik AutoML; QlikView; Qlik Replicate; Qlik Compose for Data Lakes;This is an expressions which Sums the measure (field) Sales - where the YearMonth dimension (field) equals today's month and today's year - they are formatted and concatenated basically to match the value in the data. When you select a result, you make an actual selection of the values, and your current selections and the visualizations containing the. 'Region' has multiple values: Africa, Europe, North East Asia etc. Qlik Application Automation; Catalog and Lineage;Click a selection item, and in the selection pop-up, type your search string. Qlik Sense filters the field values and displays the matching items. HTH. The expression you shared returns value for single selection. Select if you want to use wildcards etc. These functions can only be used in chart expressions. I'm guessing there is a timestamp attached to your field, but you're only concerned about the date. Now I want to be able to select multiple Months and change the graph accordingly. Name values should be displayed according to the language but the for each language there are multiple names (possible values) and the. The below set analysis is working , but the issue is there is no selection i need to ignore the flag condition or flag value should be assigned both. Field); 29m ago. then if close your app and open then always one selected value is there. GetFieldSelections () returns a string with the current selections in a field. In order to select a value from a field, simply click the value. 1 Solution jpar0511 Contributor III 2017-04-07 06:53 AM The problem is that in standard Qlikview is showing a maximum of 6 Values in a text-box. For more explanation: I have a field called ExpNr which contains only numerical values (at the moment from 1 to 9) so I expect the value 9 for my script: TempMaxExpNr: Load Max (ExpNr) as MaxExpNr resident Experiment_Info; Let vExpMax = FieldValue ('MaxExpNr', 1); But instead of 9, I get the value 3. B. GetFieldSelections ( field_name [, value_sep [, max_values [, state_name]]]) Return data type: string. Select "Select in Field" as the action type. Click the function name in the syntax description for further details. Text search. 1. fldVal. Using GetFieldSelections (KPI_Description) I get Margin. View solution in original post. We would like to show you a description here but the site won’t allow us. If ( [Mat Date] >= Today (), [Mat Date] ) in Dimension. If a user selects status = A this selection should be used in the KPI expression. Your guidance is highly appreciated. Below is what I thought would work. We would like to show you a description here but the site won’t allow us. There are couple of methods: 1. 2) if the ID is closed after the date which i have selected it should be shown as Open in the table. All Forums. 2018-04-12 12:08 PM if Statement based on possible field selection Hello, I am trying to create an if expression that considers the possibility of a field being selected. Syntax: GetCurrentField (group_name)Return data type: string Arguments: group_name: The name of the group to be evaluated. 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. If they choose a country other than the current selection, then I call the Qlik Sense API to select the new country. SelectValues fldVal. script. If the selections are instead made using a search string in a search box, GetCurrentSelections () returns the search string. 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,'|') & ')'. If the selections are instead made using a search string in a search box, GetCurrentSelections () returns the search string. GetNoValues. If you have real dates in your data - it is much easier to perform time period analysis as we have tools and an engine that. All forum topics. If you perform a normal search (without wildcards), strings that match the search string are displayed. ). Syntax:. A selection is being made on a numeric value/search term, but it is not enclosed in brackets. Thank you Sokkorn and Kumar! Yes I want to distinct the result too. 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. If the user selects a year, this will return the selected year. date. Note: when I use the variable, field names are within single quotes. 1. 1 Solution. GetSheetObject ("Products") valProduct = ProObject. Dim as DimSelect. Hello, This requirement has come up again and again and believe would keep coming up in QlikView/Qlik Sense development. Blog Extending Qlik. In each measure name i would like to have measure name and selected values from MonthYear filter. I read the help page of (click here) GetFieldSelections; it returns the selection made on a field (any field in the data model); you are passing an expression to the function, so it does not know what to do with it. Comex Grupo Ibérica1 Solution. 2015-12-28 05:44 AM. It is included in Dashboard bundle. Exclude field from selection. 2) use alternate states. Region is locked. IF (LEFT (FIELD,4) = 'xxxx', FIELD,NULL ()) I then would like to use the GetfieldSelections () Function to identify what one has been selected. is a logical expression that can sometimes be very complex. The element functions P() and E() select either the possible or the excluded values. You saw, i did not mention country here in expression, so it mean, it will take selection in country field, but will not take selections made in , Month, Year and Quarters Fields,you can use chart Function that named Above() , if you set year As dimension, and in Expression write Above(count(ID)), it calculate the previous count (ID) according to value of dimension that you set. Load product dimension again into separate tables. Use the drop-down on each function to see a brief description and the syntax of each function. 2018-08-22 11:52 AM. Not applicable. ='Revenue ' & GetFieldSelections ( [MonthYear], 'state1') But this works only when table alternative state is set to state1 which i cannot set as there are fields with diffrents. Use the drop-down on each function to see a brief description and the syntax of each function. script. Please help how to get. When you search data, the results show the combinations of matches found in the entire Qlik Sense database. or. 3. Thank you Sokkorn and Kumar! Yes I want to distinct the result too. The only reasonable way I can think of to achieve this for GetFieldSelections is to use Dual (MyName, MySort) as your field. This is to only make fields starting with XXXX filterable. Exclude one filter selection in Set Analysis. If you select all values and the count of all values is greater than max_values, the text ALL will be returned. 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. 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) >. for example you want to ignore selection in Month , Year, Quarter, but want to keep selection in Country. Is it possible to have a set analysis which uses GetFieldSelections but if nothing is selected it includes all options. The list is filtered as you type, to display matching values. SELECT * FROM `Categories`; SELECT `Category ID`, `Category Name` FROM `Categories`; SELECT `Order ID`,. Dear all, I'd like to have all tables and their fields from an app, there is this piece of code from the Qlik Sense manual (2. Use Adding actions to sheets . . One field value can be selected for a field. You can use floor() to ignore the timestamp. An alternative is to use =Max (Year). Set analysis and set expressions. When you select a result, you make an actual selection of the values, and your current selections and the visualizations containing the. , you can clear a selection in a field by clicking . We are trying to embed a chart. Four fields contain selections. How do I make my analysis ignore the year selection but use the. I have Enabled total. The last step is to check the layout of the list object in order to see the selected values. The same set analysis expression is used in all chart objects of the sheet for other KPIs. 2. Using GetFieldSelections in an expression. GetFieldSelections, GetPossibleCount will not take parameter as Alternative states. 2): //Iterate through the loaded tables. if TM Type SAM is selected, then the dimension, Adjustment Type, needs to exclude and. PVC_date is not related to the other fields. script. If I understand correctly, GetSelectedCount () works only for expressions, that reurn field. the "Selections" screen or smart search or current selections, they will be able to select multiple values or no values at all. If you want select other value mantaining the previous selection, add a new action with Alternate select. 1,785 Views. 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. Partner - Contributor III ‎2021-01-13 06:53 AM. QlikView supports a number of different ways of presenting field values and making selections in list boxes, charts and other objects. Partner - Champion III. I have a button against which I wish to Add an Action to Toggle the Field Selection of the field Product Code so that it filters by codes 751675, 753399, and 892964 (or removes them when toggled off again). The QlikView Developer can add. =Conc. The first did'nt work. (Since it is Cumulative). set analysis. These fields have no meaning to the application user and so can be confusing if displayed, How do we exclude these fields from the current selection box? Here is what displays. The result of searching for "Food" in the selection Product. Arguments: Arguments. New to Qlik Sense; Move to SaaS; Alerting; App Development; Data Integration. . Hi, I'm using following expression to show only such ProductNames for which the CategoryName has been selected within filter pane "CategoryName": =aggr (only ( {<CategoryName= {'$ (=GetFieldSelections (CategoryName))'}>} ProductName), ProductName) But it doesn't. Examples and results: Add the example script to your app and run it. Syntax: GetCurrentSelections ( [record_sep [, tag_sep [, value_sep [, max_values [, state_name]]]]]) Return data type: string. View solution in original post. 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. 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. set analysis. table. Hi Bill, I used it once to get the values in a listbox , But a used it in Macro, as, SET ProObject = ActiveDocument. Syntax: GetSelectedCount (field_name [, include_excluded])Return data type: integer Arguments: field_name: The field containing the range of data to be measured. Set analysis based on field selection. If you really need a string-list of the values you could use: concat (distinct FIELD, ',') to get the values alpha-numerical sorted. In GetFieldSelections, when you get above a certain number of selections,. In case of multiple selections it is better to use a string array to store selections in a variable. getfieldselections in calculated dimension. New to Qlik Sense: String encapsulation with GetFieldSelections? Options. Thanks, UG. There is also a filter for division. Another field called "DimSelect" used in the set analysis later and refered to by the GetFieldSelections expression is created by ->. Its working only on select MONTH_N. I have an Stored procedure in My SQL Server which I want to execute in Qlikview , I need to pass the value to the stored procedure by selecting on the field in Qlikview upon which I need to reload the data to get the values returned by the proc. Qlik Sense extensions, mashups, integrations and APIs. Getting exactly three values, sorted by an expression, is doable, though if there are ties you may not get the results you expect. If options are used, you will need to specify record_sep. And also I'm using getfieldselection function, to select startmonth only for the selected endmonth. g. GetPossibleCount () is used to find the number of possible values in the identified field. Tags: getfieldselections qliksense. It is possible to query an alternate state. I have used. 2020-09-30 11:26 AM. GetPossibleValues. date. 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. Example 1: no values selected in First name. 2023-07-11 03:45 AM. Anyway my example was a numeric field converted to text field, which requires brackets. Example: If the user selects Margin, Sales, and Customer in the field KPI_Description, I want to get Margin, Sales from this function. . Type the name of the field for the selection in the Field box. 1. The initial data fetch () is made of the first 5 lines ( is 5) starting from the top (. I tried with/without '2022', but still didn't work. Qlik Sense on Windows May 2023. On the other hand, GetCurrentSelections will work, although if you use it for non-numeric fields you will need to quote values. Using GetCurrentSelections, you can get the fields selected, but you have to write an expression get fields from that list. 2018-08-22 11:52 AM. This window remains on top of every sheet and helps keeping track of the selection status in the document. Within our application, we have several fields which are used to control navigaton and other flow within the application. GetFieldSelections (Year) will return a list of years if the user selects more than one, and will return nothing of nothing is selected. Field functions. RSM2:When you want an expression not to consider the values of a given filter, what you should do is include the name of the field not to be taken into account. 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. expression. To specify a new line, set record_sep to chr (13)&chr (10). Hi Community. SelectedContainer, I would like to select a value from field Chart based on the selected variable. The table for "Sales" has one column "salesYear". Alfonso. 2. Furthermore it is possible to lock the field value. It is possible to query an alternate state. I have a AGGR formula that works when I hard code the Dimensions but since I need to pull the Dimensions from User selections I need to use a variable as the one of the Dimension. Sibusiso PhumeloGetCurrentField ON THIS PAGE. In response to. However in one of the tabs I'm trying to compare the values of two forecast types. (Name) = Returns no value even if I select Name. Document Properties -> Triggers -> Field Event Triggers -> Select Field -> On Select Add Action -> Add -> Selection -> Select in Field. 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. I am working on a functionality where I need to add a default selection based on the month we are in to a period field which has values like 2021 Q1, 2021 Q2, 2021Q3, 2021 Q4 and others. Fields. Date 2 (Closed Date) Date (selected date in UI) Status. QlikView App Dev. GetField ("<YourField>") set fldVal = fld. But this is not the case when I use the expression above, because the selection on status is fixed to A+B, disregarding the current. so i will try to post here and i hope to have answer My input file is Excel. if val. Year = {2009, 2010} GetFieldSelections will allow you to do that. 2013-05-21 01:00 AM. Hope you like our explanation. . load Date, weekday (Date) as DayOfWeek from afile. If they choose a country other than the current selection, then I call the Qlik Sense API to select the new country. e I can select n number of fields. 442 Views 0 Likes Reply. 2. Click the function name in the syntax description for further details. Lauri. GetCurrentSelections () returns a list of the current selections in the app. Also Try to check what does this give you: If (Len (Trim (GetFieldSelections (Año. GetPossibleValues. SubStringCount seems to be doing what I want, but I still have a small problem. Which you can later pass into a set analysis condition if required. 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. I'm using the code: sum ( { }Value) - 14160. Just fyi, I managed to make it work with something like this in the NPrinting filter: =match (Country,$ (vNP. New to Qlik Sense; Move to SaaS; Alerting; App Development; Data Integration. qlikview. We would like to show you a description here but the site won’t allow us. @ioannagr Go to Field->Click on Field to which you want single value selection ->Click Settings-> check "Always one selected values" option. Also you cannot select multiple values because of the separator being "," but multiple values need to be written as {'X', 'Y', 'Z'}. In this table there are always. Hi, I'm using following expression to show only such ProductNames for which the CategoryName has been selected within filter pane "CategoryName": =aggr (only ( {<CategoryName= {'$ (=GetFieldSelections (CategoryName))'}>} ProductName), ProductName) But it doesn't. To specify a new line, set record_sep to chr (13)&chr (10). getList('CurrentSelections',function(reply){. Return data type: GetPossibleCount. Get the layout of the list object. sense. Click a selection item, and in the selection pop-up, type your search string. The field is then moved down to. 482. That means that, when you don't have anything selected in field "CustomerID" then all CustomerID values are possible, and hence this function will return all of them, while GetFieldSelections will not. The output value should only reflect for the selections made on the year column. Hi everyone, I am trying to find a way of getting all selections made in a field. In the attached document I have two fields Field 1 and Field 2. getfieldselections in calculated dimension. IF (LEFT (FIELD,4) = 'xxxx', FIELD,NULL ()) I then would like to use the GetfieldSelections () Function to identify what one has been selected. Hardcoded set analysis would look like. I read the help page of (click here) GetFieldSelections; it returns the selection made on a field (any field in the data model); you are passing an expression to the function, so it does not know what to do with it. I know that, we can use "Gtefieldselections (Fieldname)" function. - Lock Selections For Field: Fruit. I'm thinking that if the date doesn't exist, then nothing gets selected. 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 fieldIn response to Anonymous. 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. In addition to the fields extracted from the data source, system fields are also produced by. Some of the operators accepted are: numeric operators and functions, statements. Environments: Qlik Sense Enterprise / Qlik Analytics Platform All versions; Cause. name, but it was not read by GetFieldSelections as a field, but just a text. But, below expression is not concatenating correctly. PS: Mark this post as solution, to avoid others spending time on your post to answer it. qlik. First "Sales", second "Price". 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. (what ever your dimension field is. GetFieldSelections have 3rd parameter to show how many values. We would like to show you a description here but the site won’t allow us. It seems that your record set shows identificacion values that have no relation to Ca. 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. Thank you so much in advance. So, this was all in Qlik Sense Field Functions. And I get this correct with the expression above. qlik sense. Example 2: John selected in First. 1. autoCalendar. These functions can only be used in chart expressions. The initial data fetch is composed of the first seven rows (. How I can select colors one by one, that are only connected to Apple. Boa Tarde, Necessito de uma ajuda. com> escreveu: GetFieldSelections - função para capturar o primeiro valor. 2. 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. 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. É possível??? Necessito saber os meses não selecionados para fazer uma análise diferente. If you select all values and the count of all values is greater than max_values, the text ALL will be returned. Instead we can use general functions like Maxstring, Concat, Count functions. The Qlik Cloud connector has the following blocks which can be used for selections: • Select Field Value. The list object has one dimension (. Implicit field value definitions in Qlik Sense Set Analysis. - Add Sheet To Report 4: in each iteration. Apply selection on Qlik Sense custom extension. (I don't use qlik on an everyday basis. For example if we want to know selection made in a field which has an alternative state and have. Text search can be split up into two separate search modes: Normal search. I've set a table to alternate state and want to get in that table the selections from a mainstate table. I've tried the following formulas. But if th. Select in field based on another selection. However, when using this in a JavaScript to export via a post, it seems the exported string does not contain all. Hope this helps!I thought {1} would be to ignore ALL selections. Hi, I think the problem is that Compteur is a string field and you are trying to cast the string to a number by using $(#=) the pound sign before the equal sign, hence the expression should work written like this:Hi Everyone, i have two alternative state: DataStart and DataEnd i would like to create a condition that show my table only if the same year is selected, so i triedGetFieldSelections(Year(YearMonthOrder),False(),'DataStart') =GetFieldSelections(Year(YearMonthOrder),False(),'DataEnd') But this d. Click the toolbar to close the selections tool. GetFieldSelections. One field value can be selected for a field. For example, Dimension 'TM Type' has two dimensions, TM and SAM. filter. 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,'|') & ')'. The list can be quite long, so I use the three parameter variant to set a very high maximum. Obrigado. *2*. In the example I gave, there was only a small data set. 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. 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 fieldThe problem is that if I select Apple from fruit, all colors get selected at once. here "Products" is Chart Id of listbox, and in valProduct you get the Array of All the Possible Values. 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. Field functions either return integers or strings identifying different aspects of field selections. Separator to be put. I've set a table to alternate state and want to get in that table the selections from a mainstate table. View solution in original post. with the Year and Month selections in the default state. If options are used, you will need to specify record_sep. Estou utilizando a função GetFieldSelections, ex: "GetFieldSelections(SETOR)"Posted the app too. Mike Tarallo used getfieldselections in his expression. IF(GetSelectedCount(Designation)=0,. Create an action 'Select in a field'. Qlik sense ignore filters / selections. Note that if two ore more selections are made in Designation the result will be High. When a larger number of values is selected the format 'x of y values' will be used instead. . See also – GetCurrentSelections () returns a list of the current selections in the app. FieldValue () works but i don't know how to connect it t current selection. The second argument would be -Period so that it inverts the rows by period and takes the first (actually most recent) period. In general, GetCurrentSelections () function returns a list of the current selections in the app. <Your code to export here>. In the Current Selections window, selections are listed by field name and field value. One field value can be selected for a field. half 2021 of 1000$. 1. Whatever expression you choose, make sure that the format is the same. Is there a way to pass the selected field values from Selection App to Template App and display them on a KPI or label.