Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

QS unable to add variable , what are the alternative to create list box for select currency ?

Hi All

My Table one working fine , when i created My BOX 1  , from below script :-

WhatIfDimension:

LOAD * INLINE [

What If Dimension Rate, Column89 

  S$,Rate

  Org,Rate_

  ];

Since n QS , i am not able to create ColumnDim , So i create Box 2 using below script :-

LOAD * INLINE [

SOURCE, CURRENCY_NAME,RATE_C

TDSS, SG, 1

TDSKL, RM, 0.38286

TDSID, ID, 0.00011

TDST, TH, 0.04

TDSPG, RM, 0.38286

ADL, SG, 1

];

How to make it become like Box 1 only 2 option instead of 4 options. Any work around ? So that i can have list box for user to click for change currency.

Paul

0 Replies