Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I am very new to Qlik sense. I have few doubts. I will be grateful if some one helps me in the below queries
A = Case When Forward = 0 and FP = ‘ ‘ then 1 else 0 end
B = Case When Forward = 0 and FP = ‘ ‘ then 0 else 1 end
Thanks in advance!!
1. Use
Date(Floor(CreatedDate))
to strip of the time part from the underlying numeric value
2. You want to filter in the script or in a chart?
3. Could you post some sample lines of data?
1. Use
Date(Floor(CreatedDate))
to strip of the time part from the underlying numeric value
2. You want to filter in the script or in a chart?
3. Could you post some sample lines of data?
Hi Deepanshu,
It would be very easy to solve your issues if you can provide an example.
Thanks,
Sangram Reddy.
Thanks a lot for the help!!. The 1 query date issue is resolved
I want to filter it in a script, so that it apply to every chart/tables. I used as
where
Date(Floor(CreatedDate)) >= '2014-08-31'
It does not work. Please help me
I have attached the sample examples. I also put the Excel formula which I used in the Excel
I want to create the Column A and Column B in the script.
Please let me know it make sense
Thanks
Deepanshu
Thanks!!
I have attached the sample examples. I also put the Excel formula which I used in the Excel
I want to create the Column A and Column B in the script.
Please let me know it make sense
Thanks
Deepanshu