Hi Experts,
In my qlik sense application i used always selected one functionality. And I hid the fields with HidePrefix. After my data reload the always one selected functionality got removed. Can anyone tell why this is happening?. The below are samples of my script
Set HidePrefix='%'
Load
Month(Date)&' '&Year(Date) as MonthYr
From ....ABC.qvd;
Rename Field MonthYr into %MonthYr;
The steps I took were to :
Also watch out if you export the app without data to save the QVF into Git, or even for deployment to higher environments - the property gets wiped ( as happened in QV list boxes ). Possible workaround is to config-drive the load script to allow a FIRST 1 or FIRST n load of each table, and save the vastly reduced app via QMC export.
Hi Andrew,
I did the same it is working fine. Can i know the root cause why this is happening?
Regards,
Dineshraj R
You could argue it is expected behaviour rather than a bug - was always there in QV too. I guess the object loses the ability to have one value selected when there is no data in the app.