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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to make my Currency selection from 4 to 2 ?

Hi All

In order to make my QV doc able to work in QS , like in QV :-

My BOX 1  , from below script :-

WhatIfDimension:

LOAD * INLINE [

What If Dimension Rate, Column89 

  S$,Rate

  Org,Rate_

  ];

I want to remove Box 1 , and replace with Box 2 using below script :-

LOAD * INLINE [

SOURCE_C, CURRENCY_NAME,RATE_C

TDSS, SG, 1

TDSKL, RM, 2.6119

TDSID, ID, 9000

TDST, TH, 25

TDSPG, RM, 2.6119

ADL, SG, 1

];

How to make it become like Box 1 only 2 option instead of 4 options.

Paul

0 Replies