Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Highlighting Substring in Qliksense Table box

Hi Community,

I have a table box as shown below

Uniqe IDFile DateString ID
245703/02/2018ABX123,CPD4219,BXP521
245704/02/2018AXB123,CPD4219,BXP521
245705/02/2018AXB123,CDP4219,BXP521

Now my requirment is to compair the string ID with the above string ID and Highlight the part of the string which has changed.

Example for the File date 04/02/2018 String ID was ABX123 which has changed to AXB123, so now i want to highlight only AXB123.

Please help me to achive this requirment guys.

Thanks in advance..☺

4 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

If you want to highlight the part that changes, you are out of luck with vanilla Qlik, as that is not possible in a normal QS table.

Look for an extension that allows HTML content in table cells, then you could construct something in the HTML., like wrapping the changed part in <B></B> tags (or DIV tags with a style).

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

Hi Jonathan,

Thanks for the Quick response

Since above requirement can not achieved, i was trying some different way to achieve the same, Now i had spitted the Above String ID into multiple Six digit code based on delimiter and i am trying to represent it in the pivot table using only(String_ID) as my expression, But my resultant Pivot Table is as shown below.

Unique ID03/02/201804/02/201805/02/2018
2457---


Since their is no Unique ID's in the pivot table, it showing Null values for all the dates.

so to resolve the above issue i had created unique ID's for for Each String_ID using AutoNumber() as shown below.

AutoNumber("Unique ID"&&Srting_ID) as ID

Now My pivot table Looks like this

IDUnique ID03/02/201804/02/201805/02/2018
12457ABX123--
22457CPD421CPD421-
32457BXP521BXP521BXP521
42457-AXB123AXB123
52457--CDP421

The issue hear is user can not understand which String ID is replaced with what, "So their any way to synchronise String_ID's side by side as Shown below ?"

IDUnique ID03/02/201804/02/201805/02/2018
12457ABX123AXB123AXB123
22457CPD421CPD421CDP421
32457BXP521BXP521BXP521

Thank you

Anonymous
Not applicable
Author

Hi Guys,

Please can anyone help me with this requirement

Thank you.

Anonymous
Not applicable
Author

Hi Community,

Since above requirement can not achieved, i was trying some different way to achieve the same, Now i had splitted the Above String ID into multiple Six digit code based on delimiter and i am trying to represent it in the pivot table using only(String_ID) as my expression, But my resultant Pivot Table is as shown below.

Unique ID03/02/201804/02/201805/02/2018
2457---


Since their is no Unique ID's in the pivot table, it showing Null values for all the dates.

so to resolve the above issue i had created unique ID's for for Each String_ID using AutoNumber() as shown below.

AutoNumber("Unique ID"&&Srting_ID) as ID

Now My pivot table Looks like this

IDUnique ID03/02/201804/02/201805/02/2018
12457ABX123--
22457CPD421CPD421-
32457BXP521BXP521BXP521
42457-AXB123AXB123
52457--CDP421

The issue hear is user can not understand which String ID is replaced with what, "So their any way to synchronise String_ID's side by side as Shown below ?"

IDUnique ID03/02/201804/02/201805/02/2018
12457ABX123AXB123AXB123
22457CPD421CPD421CDP421
32457BXP521BXP521BXP521

Thank you