Is between operator in filter is not working as expected

Hi All
We have similar reports where we are testing and added two different approaches for these two reports.
One report will have a filter "is equal to / is in" as operator for some fiscal periods and the desired result is what we expected and is correct.
However in another report when we add a filter "is between" as operator for the same fiscal periods , but what we are getting is way far results.
Ex: if we give fiscal periods between DEC-2010 to MAY-2011 , the data what we are getting is from Mar-2006 till JUN-2011 which is totally wrong and this is happening ONLY when the filter operator is "is between" otherwise as said if we use other operator "is equal to / is in" then the result is fine.
Can anyone help us to identify if this issue is repository issue or are we making any mistake with the operators?
Your help is much appreciated.
Regds
Mano

Hi
Is this what you are looking for ?
RqList
Dim - GL Segment1 Entity.Entity Code as c1 GB,
Dim - Date Fiscal Calendar.Fiscal Period as c2 GB,
Dim - GL Others Details.Journal Name as c3 GB,
Dim - GL Segment2 Region.Region Code as c4 GB,
Dim - GL Segment3 Account.Account Code as c5 GB,
Dim - GL Segment3 Account.Account Name as c6 GB,
Dim - GL Segment4 Cost Center.CC Code as c7 GB,
Dim - GL Segment4 Cost Center.CC Name as c8 GB,
Dim - GL Segment5 Finance Project.Finance Project as c9 GB,
Dim - GL Segment6 Inter Co.Inter Co Code as c10 GB,
Dim - GL Segment8 Product.Product Code as c11 GB,
Dim - GL Segment9 Business Unit.Business Unit Code as c12 GB,
Dim - GL Segment7 Type.Type Code as c13 GB,
Dim - GL Segment10 Reserve.Reserve Code as c14 GB,
Dim - GL Others Details.Entry Description as c15 GB,
Transaction Local Amount:[DAggr(Fact - Fins - GL Other Posted Transaction.Transaction Local Amount by [ Dim - GL Others Details.Journal Name, Dim - GL Segment1 Entity.Entity Code, Dim - Ledger.Ledger Key, Dim - GL Segment2 Region.Region Code, Dim - GL Segment10 Reserve.Reserve Code, Dim - GL Segment5 Finance Project.Finance Project, Dim - GL Segment4 Cost Center.CC Code, Dim - GL Segment4 Cost Center.CC Name, Dim - GL Segment3 Account.Account Code, Dim - GL Segment9 Business Unit.Business Unit Code, Dim - GL Segment8 Product.Product Code, Dim - GL Segment7 Type.Type Code, Dim - GL Segment6 Inter Co.Inter Co Code, Dim - Date Fiscal Calendar.Fiscal Period Wid, Dim - GL Others Details.Entry Description] SB Detail,Detail,Detail,Fiscal Period)] as c16 GB,
Dim - Date Fiscal Calendar.Fiscal Year Period Number as c17 GB,
Dim - Ledger.Ledger Key as c18 GB,
Dim - Date Fiscal Calendar.Fiscal Period Wid as c19 GB
DetailFilter: Dim - GL Segment1 Entity.Entity Code = '009' and (Dim - GL Segment3 Account.Account Code like '1%' or Dim - GL Segment3 Account.Account Code like '2%') and Dim - GL Segment3 Account.Account Code between '11010' and '11047' and Dim - Date Fiscal Calendar.Fiscal Period between 'JAN-2011' and 'MAR-2011'
OrderBy: c1 asc, c17 asc, c3 asc, c4 asc, c5 asc, c6 asc, c7 asc, c8 asc, c9 asc, c10 asc, c11 asc, c12 asc, c13 asc, c14 asc, c15 asc
+++mano:c6860000:c6860004:----2011/06/28 11:15:52
-------------------- Sending query to database named Oracle Data Warehouse (id: <<834740>>):
select D1.c1 as c1,
D1.c2 as c2,
D1.c3 as c3,
D1.c4 as c4,
D1.c5 as c5,
D1.c6 as c6,
D1.c7 as c7,
D1.c8 as c8,
D1.c9 as c9,
D1.c10 as c10,
D1.c11 as c11,
D1.c12 as c12,
D1.c13 as c13,
D1.c14 as c14,
D1.c15 as c15,
D1.c16 as c16,
D1.c17 as c17
from
(select T383660.HIER20_CODE as c1,
T529213.MCAL_PERIOD_NAME as c2,
T256840.ACCT_DOC_NUM as c3,
T490653.HIER20_CODE as c4,
T490631.HIER20_CODE as c5,
T490631.HIER20_NAME as c6,
T490704.HIER20_CODE as c7,
T490704.HIER20_NAME as c8,
T652307.FIN_PROJECT_CODE as c9,
T657975.SEGMENT_VAL_CODE as c10,
T490378.HIER20_CODE as c11,
T490694.HIER20_CODE as c12,
T657965.SEGMENT_VAL_CODE as c13,
T657980.SEGMENT_VAL_CODE as c14,
T256840.X_DESCRIPTION as c15,
sum(case when T256840.OTHER_LOC_AMT is null then 0 else T256840.OTHER_LOC_AMT end ) as c16,
cast(T529213.MCAL_PER_NAME_YEAR as INTEGER ) * 100 + cast(T529213.MCAL_PERIOD as INTEGER ) as c17,
T472289.ROW_WID as c18,
T529213.ROW_WID as c19
from
W_MCAL_PERIOD_D T529213 /* Dim_W_MCAL_PERIOD_D_Fiscal_Period */ ,
W_HIERARCHY_D T490653 /* Dim_W_HIERARCHY_D_Segment2 */ ,
WC_GL_HIER_SECURITY_D T657821 /* Dim_WC_GL_SEGMENT2_SECURITY_D */ ,
W_HIERARCHY_D T490631 /* Dim_W_HIERARCHY_D_Segment3 */ ,
WC_GL_HIER_SECURITY_D T657824 /* Dim_WC_GL_SEGMENT3_SECURITY_D */ ,
W_HIERARCHY_D T490704 /* Dim_W_HIERARCHY_D_Segment4 */ ,
WC_GL_HIER_SECURITY_D T657827 /* Dim_WC_GL_SEGMENT4_SECURITY_D */ ,
WC_FINANCE_PROJECTS_D T652307 /* Dim_WC_FINANCE_PROJECTS_D */ ,
W_GL_SEGMENT_D T657965 /* Dim_W_GL_SEGMENT_D_Segment7 */ ,
W_HIERARCHY_D T490694 /* Dim_W_HIERARCHY_D_Segment9 */ ,
WC_GL_HIER_SECURITY_D T657812 /* Dim_WC_GL_SEGMENT9_SECURITY_D */ ,
W_HIERARCHY_D T490378 /* Dim_W_HIERARCHY_D_Segment8 */ ,
WC_GL_HIER_SECURITY_D T657830 /* Dim_WC_GL_SEGMENT8_SECURITY_D */ ,
W_GL_SEGMENT_D T657975 /* Dim_W_GL_SEGMENT_D_Segment6 */ left outer join W_HIERARCHY_D T490542 /* Dim_W_HIERARCHY_D_Segment6 */ On T490542.HIER_CODE = T657975.SEGMENT_LOV_ID and T490542.HIER20_CODE = T657975.SEGMENT_VAL_CODE,
W_GL_SEGMENT_D T657980 /* Dim_W_GL_SEGMENT_D_Segment10 */ ,
W_LEDGER_D T472289 /* Dim_W_LEDGER_D */ ,
W_HIERARCHY_D T383660 /* Dim_W_HIERARCHY_D_Segment1 */ ,
WC_GL_HIER_SECURITY_D T657815 /* Dim_WC_GL_SEGMENT1_SECURITY_D */ ,
W_GL_ACCOUNT_D T256463 /* Dim_W_GL_ACCOUNT_D */ ,
W_GL_OTHER_F T256840 /* Fact_W_GL_OTHER_F */ left outer join W_USER_D T655704 /* Dim_W_USER_D_Changed_By */ On T256840.CHANGED_BY_WID = T655704.ROW_WID) left outer join W_USER_D T261626 /* Dim_W_USER_D_Created_By */ On T256840.CREATED_BY_WID = T261626.ROW_WID
where ( T256463.ACCOUNT_SEG2_CODE = T490653.HIER20_CODE and T256463.ACCOUNT_SEG3_CODE = T490631.HIER20_CODE and T256840.ACCT_PERIOD_END_DT_WID = T529213.ROW_WID and T256463.ACCOUNT_SEG5_CODE = T652307.FIN_PROJECT_CODE and T256463.ACCOUNT_SEG7_CODE = T657965.SEGMENT_VAL_CODE and T256463.ACCOUNT_SEG4_CODE = T490704.HIER20_CODE and T490631.ROW_WID = T657824.HIER_WID and T256463.ACCOUNT_SEG8_CODE = T490378.HIER20_CODE and T490378.ROW_WID = T657830.HIER_WID and T256463.ACCOUNT_SEG10_CODE = T657980.SEGMENT_VAL_CODE and T256840.LEDGER_WID = T472289.ROW_WID and T256463.ACCOUNT_SEG9_CODE = T490694.HIER20_CODE and T490653.ROW_WID = T657821.HIER_WID and T256463.ROW_WID = T256840.GL_ACCOUNT_WID and T256463.ACCOUNT_SEG6_CODE = T657975.SEGMENT_VAL_CODE and T256463.ACCOUNT_SEG1_CODE = T383660.HIER20_CODE and T383660.ROW_WID = T657815.HIER_WID and T490694.ROW_WID = T657812.HIER_WID and T490704.ROW_WID = T657827.HIER_WID and case 'N' when 'Y' then T256463.ACCOUNT_SEG2_CODE else '-1' end = '-1' and case 'N' when 'Y' then T256463.ACCOUNT_SEG3_CODE else '-1' end = '-1' and T383660.HIER_CODE = 1002409 and T490378.HIER_CODE = 1003543 and T490631.HIER_CODE = 1002410 and T490653.HIER_CODE = 1003544 and T490694.HIER_CODE = 1016352 and T490704.HIER_CODE = 1002411 and T529213.MCAL_CAL_NAME = 'TS' and T657812.GROUP_RESP_ID = 0 and T657815.GROUP_RESP_ID = 0 and T657821.GROUP_RESP_ID = 0 and T657824.GROUP_RESP_ID = 0 and T657827.GROUP_RESP_ID = 0 and T657830.GROUP_RESP_ID = 0 and T657965.SEGMENT_LOV_ID = 1002416 and T657975.SEGMENT_LOV_ID = 1002412 and T657980.SEGMENT_LOV_ID = 1003545 and case 'N' when 'Y' then T256463.ACCOUNT_SEG4_CODE else '-1' end = '-1' and T256463.ACCOUNT_SEG1_CODE = '009' and T383660.HIER20_CODE = '009' and case 'N' when 'Y' then T256463.ACCOUNT_SEG8_CODE else '-1' end = '-1' and case 'N' when 'Y' then T256463.ACCOUNT_SEG9_CODE else '-1' end = '-1' and case 'N' when 'Y' then T256463.ACCOUNT_SEG1_CODE else '-1' end = '-1' and case -1 when -1 then -1 else T256840.LEDGER_WID end = -1 and case -1 when -1 then -1 else T472289.ROW_WID end = -1 and (T256463.ACCOUNT_SEG3_CODE like '1%' or T256463.ACCOUNT_SEG3_CODE like '2%') and (T490631.HIER20_CODE like '1%' or T490631.HIER20_CODE like '2%') and T256463.ACCOUNT_SEG3_CODE between '11010' and '11047' and T490631.HIER20_CODE between '11010' and '11047' and T529213.MCAL_PERIOD_NAME between 'JAN-2011' and 'MAR-2011' )
group by cast(T529213.MCAL_PER_NAME_YEAR as INTEGER ) * 100 + cast(T529213.MCAL_PERIOD as INTEGER ), T256840.ACCT_DOC_NUM, T256840.X_DESCRIPTION, T383660.HIER20_CODE, T472289.ROW_WID, T490378.HIER20_CODE, T490631.HIER20_CODE, T490631.HIER20_NAME, T490653.HIER20_CODE, T490694.HIER20_CODE, T490704.HIER20_NAME, T490704.HIER20_CODE, T529213.ROW_WID, T529213.MCAL_PERIOD_NAME, T652307.FIN_PROJECT_CODE, T657965.SEGMENT_VAL_CODE, T657975.SEGMENT_VAL_CODE, T657980.SEGMENT_VAL_CODE
) D1
order by c1, c17, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15
Regds
Mano

Similar Messages

  • PHOTOSHOP C6 OIL PAINT FILTER DOES NOT WORKING

    PHOTOSHOP C6 OIL PAINT FILTER DOES NOT WORKING
    Adobe Photoshop Version: 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00) x32
    Operating System: Windows 7 32-bit
    Version: 6.1
    System architecture: Intel CPU Family:6, Model:7, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 2
    Processor speed: 2095 MHz
    Built-in memory: 3003 MB
    Free memory: 1578 MB
    Memory available to Photoshop: 1666 MB
    Memory used by Photoshop: 100 %
    Image tile size: 128K
    Image cache levels: 4
    The GPU Sniffer crashed on 9/7/2014 at 11:15:55 AM
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: False.
    OpenGL Allow Advanced Mode: False.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: Intel
    Video Card Renderer: Mobile Intel(R) 4 Series Express Chipset Family v2
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 768, right: 1366
    Video Card Number: 2
    Video Card: Mobile Intel(R) 4 Series Express Chipset Family v2
    OpenCL Unavailable
    Driver Version: 8.15.10.2869
    Driver Date: 20121004000000.000000-000
    Video Card Driver: igdumdx32.dll,igd10umd32.dll
    Video Mode:
    Video Card Caption: Mobile Intel(R) 4 Series Express Chipset Family v2
    Video Card Memory: 1310 MB
    Video Rect Texture Size: 4096
    Video Card Number: 1
    Video Card: Mobile Intel(R) 4 Series Express Chipset Family v2
    OpenCL Unavailable
    Driver Version: 8.15.10.2869
    Driver Date: 20121004000000.000000-000
    Video Card Driver: igdumdx32.dll,igd10umd32.dll
    Video Mode: 1366 x 768 x 4294967296 colors
    Video Card Caption: Mobile Intel(R) 4 Series Express Chipset Family v2
    Video Card Memory: 1310 MB
    Video Rect Texture Size: 4096
    Serial number: 92628701192123445467
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\Users\ShAmRy\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 80.1G, 40.6G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/06/26-12:17:19   4.0.95   66.510504
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Clouds 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Collada 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Measurement Core 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Picture Package Filter 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Pinch 13.0
       Pixar 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0.1
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0.1 (13.0.1 20120808.r.519 2012/08/08:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    I am getting the same error, also when starting CS6 I receive a message that my graphic device driver is not officially supported. I have updated the drivers and have never had any issues with any other programs. It appears to be a bug in the program.

  • ITunes sharing between Mac and PC is not working

    iTunes sharing between Mac and PC is not working. No shared music appears.
    PC = Win XP SP3; 192.168.1.101
    iTunes for Windows 6.0.4.2
    Sharing enabled / Look for shared music enabled / Share entire library
    Open and running on PC
    Windows firewall has exceptions set to allow traffic on TCP 3689, UDP 5353
    MAC = OS X 10.4.6; 192.168.1.100
    iTunes for OS X 6.0.4(3)
    Sharing enabled / Look for shared music enabled / Share entire library
    Open and running on Mac
    System Preferences | Sharing | Services
    Personal file sharing - ON
    Windows file sharing - ON
    Printer sharing - ON
    System Preferences | Sharing | Firewall
    Personal file sharing - ON
    Windows file sharing - ON
    Printer sharing - ON
    iTunes Music Sharing - ON (i.e., TCP 3689 open)
    iPhoto Bonjour Sharing - ON
    Network Time - ON
    ROUTER = Linksys BEFSR41v4; Firmware 1.04.01; 192.168.1.1
    Functioning as DHCP server
    File sharing between Mac & PC works OK
    BUT iTUNES MUSIC SHARING DOES NOT WORK IN EITHER DIRECTION
    Shared music is not visible
    Tried turning both firewalls OFF -- still nothing
    Tried installing Bonjour for Windows -- still nothing
    ANY suggestions? Please help. Thanks.
    1.8 GHz PowerPC G5   Mac OS X (10.4.6)  

    Hi cbafiero,
    It seems that the problem lies in your router. I'm not sure exactly what the issue is (I've just now discovered it myself), but after switching from a Linksys WRT54GX2 to a thrift store Netgear, my shared libraries appeared instantly. My gut is telling me that the Linksys routers are blocking the multicast traffic, which is stupid on Linksys's part, to filter traffic internally. I'll look more into the Netgear and see what it has that the Linksys doesn't (or vice versa).

  • Video Filter does not work.

    Hello.
    I have been using Final Cut Pro 4 for a while and it worked fine before. But recently, any function of Video Filter does not work. I apply them to the clip, but the image does not show any changes on Canvas.
    Is the software's problem?
    Thanks in advance.
    Ying

    For a reason unknown to me, FCP's preference files (there's 3 of them) will sometimes become corrupted and need to be trashed. Usually the symptoms are things just not working as they did earlier, or weird issues like the 3 Way Color Corrector looks different than before ... stuff like that.
    FCP Rescue is a freeware app (yes, you'll need to download it) that will create a backup set of preferences, thereby retaining all of your settings. Then when (not IF, but when) FCP's preferences become corrupted, you can run FCP Rescue to replace the bad set with a fresh new set.
    Otherwise you can delete the files yourself (make sure FCP isn't open at the time) and the next time you launch FCP, it will revert back to the factory settings.
    -DH

  • Filter is not working

    Hi Experts,
    We are trying to replicate the data from one oracle database to more than one target oracle database , For this we have used region wise filter on data PUMP process , like where region_id =US,EU,IN
    The filter is working normally for ascii characters but for other language like chinese and russian characters the pump is not sending the records  ,without filter no issues ,all the char is replicating properly,  if we use region wise filter for other char (chinese,rusian) its not working ,   why the filter is not working and fetching only for other charset data in pump process... can any one help on this to resolve this issue?
    Could you please confirm is there any restriction in PUMP parameter for filtering other charset values (russian char)???
    Thanks in Advance,

    Hi,
    Thanks.  I have upgraded the GG version from 11.1 to 11.2 , now the issue is resolved and russian characters also can filtered and replicated to target. i'm assuming this issue was due gg build for 10g which was used for 11g database . .

  • Photoshop CC Lighting Filter is not working

    Lighting Filter is not working.  When you run the filter the circular ring/point does not appear to adjust the light.  It is totally missing. You can adjust the settings but the filter never runs.  After attempting to run the filter I tried to go back to my workspace.  It would not reset to the default Essential workspace.  The other workspaces were OK.  I closed and reopened the application and my workspace was restored.  I tried running my GPU settings in advanced normal and basic.  None of the settings worked.  Please advise if I am missing something.

    The filter is now working.  It looks like you must close and reopen the application after changing your settings for the filter to work. 

  • Project Server 2010 - Project Permissions - Users and Groups filter is not working

    Hi,
    While giving permissions from project center ribbon on a project - Users and Groups filter is not working, we are not able to filter any user.
    I am not sure why this error is occurring  i tried giving permissions by opening the project  but still the same filtering is not happening. Below is the screen shot
    We have installed Service Pack 2 and June 2014 CU recently will this effect ?
    Can any one throw some light on this??
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    Which IE version are you using? First I'd try to add the URL to the compatibility mode sites, then to the trusted sites (if it is not done already). Then I'd try to set the default browser as IE8 or 9 (pressing F12, developer tool).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • AddCollectionInCollectionEnd filter is not working

    I am trying to put some values in a metadata field on end of folder creation, but it seems that addCollectionInCollectionEnd filter is not working
    Pls someone to help me out as it is very urgent. All my logic is based on this filter, i really didn't expected to have problems with it.
    Thanks in advance

    What version of WebCenter Content (10g or 11g)?
    Also, is this folders_g or Folders (previously referred to as FrameworkFolders)?
    Have you turned on the "services" tracing section full-verbose? This will show you all the filters that are being executed.
    Jonathan
    http://corecontentonly.com
    http://jonathanhult.com/blog/

  • Lightroom 5 radial filter is not working

    lightroom 5 radial filter is not working.  It was working fine, but now I can't apply a radial
    Filter at all. I tried everything but no luck
    Hardware: MacPro 3.2ghz OS 10.8.4/24GB/ photoshop CC

    Could you define "everything" and "not working"
    Have you tried:
    Clicking the word "new"
    Pressing the "H" key to show the pins.
    Quitting and restarting Lightroom.
    Creating a new catalog to test.

  • Photoshop 11 sketch filter photocopy not working

    Photoshop 11 sketch filter photocopy not working.  Has anyone else had this problem?

    steogwarreb2991
    You have posted in the wrong forum. You have posted in the Adobe Premiere Elements Forum (video editing focus) instead of Adobe Photoshop Elements Forum (photo editing focus). And, then I am assuming that you meant Photoshop Elements 11 and not Photoshop 11.
    Please repost your thread in the Adobe Photoshop Elements Forum or wait for a moderator to see your thread here and move it from here to there.
    http://forums.adobe.com/community/photoshop_elements
    While you are waiting for your thread to reach the Photoshop Elements Forum destination, I would ask
    a. How is the Sketch/Photocopy Filter not working - you click on Photocopy and nothing happens...you click on Photocopy, the Photocopy workspace comes up, but the sliders do not function....or other?
    I also have Photoshop Elements 11 on Windows 7, 8, and 8.1 64 bit and have no problems with the Photocopy Filter.
    By the way, did you know that the results will depend on how you have Color Foreground and Background set?
    ATR

  • Subtraction of two key figures normalized to result not working as expected

    Hello SAP Community!
    I am having problems with getting the right result from a subtraction of two KFs which are "normalized to results" which means the KFs really have values expressed as percentages. The substraction that should be performed is of two percentages (e.g.: 87.298% - 85.527% = 1.77%) but my report prints out the result as "number of units" instead (e.g.: 87.298% - 85.527% = 71,514.00 EA). The two normalized KFs actually "point" to two stock KFs, hence the "number of units".
    In order to explain the problem I am facing please analyze below text:
    1) Let's assume I have below data:
    LOAD MONTH  PLANT    MATERIAL HORIZON MONTH     FORECAST UNITS
    200805         PLANT-A  MAT-1            200805         510,235.00
    200805         PLANT-B  MAT-1           200805          74,240.00
    200805         PLANT-A  MAT-1           200806         438,721.00
    200805         PLANT-B  MAT-1           200806          74,240.00
    200805         PLANT-A  MAT-1           200807         356,981.00
    200805         PLANT-B  MAT-1           200807          74,240.00
    200806         PLANT-A  MAT-1           200805               0.00
    200806         PLANT-B  MAT-1           200805               0.00
    200806         PLANT-A  MAT-1           200806         510,235.00
    200806         PLANT-B  MAT-1           200806          74,240.00
    200806         PLANT-A  MAT-1           200807         438,721.00
    200806         PLANT-B  MAT-1           200807          74,240.00
    2) Then, assume I have a comparison report, restricted by load month for two months May and June 2008 (filter restricted by two month variables) with FORECAST units spread accross columns for whole horizon (two months also in this case).
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Comparison Units (June 2008) 510,235.00  438,721.00
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Comparison Units (June 2008)  74,240.00   74,240.00
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    3) Now, let's suppose we want to know the proportions (%) of Base vs Comparison units, so
    we normalize forecats to results an we get the below report:
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Base Units % (May 2008)      85.527%     85.527%
                       Comparison Units (June 2008) 510,235.00  438,721.00
                       Comparison Units %(Jun 2008) 87.298%     82.784%
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Base Units % (May 2008)       14.473%     15.702%
                       Comparison Units (June 2008)  74,240.00   74,240.00
                       Comparison Units %(Jun 2008)  12.702%     17.216%
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    4) Finally, let's suppose we want to know the deltas (differences) of Base vs Comparison
    units, for both number of units and %. The report now look as below:
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Base Units % (May 2008)      85.527%     85.527%
                       Comparison Units (June 2008) 510,235.00  438,721.00
                       Comparison Units %(Jun 2008) 87.298%     82.784%
                       Delta base vs. comp. units %  1.77%       2.74%
                       Delta base vs. comp. units    71,514.00  81,740.00
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Base Units % (May 2008)       14.473%     15.702%
                       Comparison Units (June 2008)  74,240.00   74,240.00
                       Comparison Units %(Jun 2008)  12.702%     17.216%
                       Delta base vs. comp. units %  -1.77%      -2.74%
                       Delta base vs. comp. units         0.00        0.00
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    5) PROBLEM:
    In my report, the "Delta base vs. comp. units %" is not working as expected and
    calculates number of units just as "Delta base vs. comp. units" does instead of calculating the % difference.
    So my report looks as follows:
    Material  Plant                                 2008/06     2008/07
    ===================================================================
    MAT1      PLANT-A  
                       Base Units (May 2008)        438,721.00  356,981.00
                       Base Units % (May 2008)      85.527%     85.527%
                       Comparison Units (June 2008) 510,235.00  438,721.00
                       Comparison Units %(Jun 2008) 87.298%     82.784%
                       Delta base vs. comp. units %  71,514.00  81,740.00 <<<WRONG!!
                       Delta base vs. comp. units    71,514.00  81,740.00
              PLANT-B  
                       Base Units (May 2008)         74,240.00   74,240.00
                       Base Units % (May 2008)       14.473%     15.702%
                       Comparison Units (June 2008)  74,240.00   74,240.00
                       Comparison Units %(Jun 2008)  12.702%     17.216%
                       Delta base vs. comp. units %       0.00        0.00
                       Delta base vs. comp. units         0.00        0.00
              TOTALS   Base Units                   512,961.00  431,221.00
                       Comparison Units             584,475.00  512,961.00
    The formulas are:
    a) Delta base vs. comp. units %
      Delta base vs. comp. units % = Comparison Units % - Base Units %
    b) Delta base vs. comp. units
      Delta base vs. comp. units = Comparison Units - Base Units
    The KFs
    - Comparison Units %
    - Base Units %
    Are RESTRICTED key figures (restricted to Base and comparison month variables) which
    are setup as:
    1) Calculate Result As:  Summation of Rounded Values
    2) Calculate Single Value as: Normalization of result
    3) Calculate Along the Rows
    The KFs
    - Delta base vs. comp. units %
    - Delta base vs. comp. units
    are FORMULAS setup to:
    1) Calculate Result As:  Nothing defined
    2) Calculate Single Value as: Nothing defined
    3) Calculate Along the Rows: user default direction (grayed out)
    Thanks for the time taken to read in detail all of this. Long text but necessary to understand what the problem is.
    Any help is highly appreciated.
    Thank you.
    Mario

    Hi,
    The subraction will be carried out before doing the normalization of your KF's. So, it is displaying "number of units". Create a calculated keyfigure and subtract the KF's and in the properties of this calculated keyfigure, change the enhancement as "After Aggregation".
    I hope this will solve your issue.
    Regards,
    S P.

  • DB Adapter polling as singleton process is not working as expected

    Am using poller DB adapater to control the transaction per seconds to the downstream system and i want this poller process as singleton (One instance should be in running state at a time).
    As suggested in oracle documents , below is the parameters configured in composite.xml file.
    <service name="polling_Mange_Alert_Events"
      ui:wsdlLocation="polling_Mange_Alert_Events.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/db/Application1/int_app_manageAlerts/polling_Mange_Alert_Events#wsdl.interface(polling_Mange_Alert_Events_ptt)"/>
      <binding.jca config="polling_Mange_Alert_Events_db.jca">
      <property name="singleton">true</property>
      </binding.jca>
      <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
      <property name="jca.retry.interval" type="xs:int" many="false"
      override="may">1</property>
      <property name="jca.retry.backoff" type="xs:int" many="false"
      override="may">2</property>
      <property name="jca.retry.maxInterval" type="xs:string" many="false"
      override="may">120</property>
      </service>
    Below is the JCA file parameters configured :
    <adapter-config name="polling_Mange_Alert_Events" adapter="Database Adapter" wsdlLocation="polling_Mange_Alert_Events.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/DB/vff-int-fus" UIConnectionName="PT_APPINFRA" adapterRef=""/>
      <endpoint-activation portType="polling_Mange_Alert_Events_ptt" operation="receive">
        <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
          <property name="DescriptorName" value="polling_Mange_Alert_Events.ManageAlertEvents"/>
          <property name="QueryName" value="polling_Mange_Alert_EventsSelect"/>
          <property name="MappingsMetaDataURL" value="polling_Mange_Alert_Events-or-mappings.xml"/>
          <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>
          <property name="MarkReadColumn" value="TRANSACTION_STATUS"/>
          <property name="MarkReadValue" value="Processing"/>
          <property name="PollingInterval" value="10"/>
          <property name="MaxRaiseSize" value="5"/>
          <property name="MaxTransactionSize" value="5"/>
          <property name="NumberOfThreads" value="1"/>
          <property name="ReturnSingleResultSet" value="false"/>
          <property name="MarkUnreadValue" value="Pending"/>
        </activation-spec>
      </endpoint-activation>
    </adapter-config>
    This poller process is running on clustered environment (2 soa nodes) and it is not working as expected as singleton process.
    Please advise to solve this issue ?

    Hi,
    1.Set Singleton property outside   <binding.jca> like this:
    <binding.jca config="polling_Mange_Alert_Events_db.jca"/>
      <property name="singleton">true</property>
      <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
      <property name="jca.retry.interval" type="xs:int" many="false"
    2.Also you can try setting these values in jca file:
    <property name="RowsPerPollingInterval" value="100"/>
    <property name="MaxTransactionSize" value="100"/>
    3. try to increase the polling interval time.
    Regards,
    Anshul

  • Silverlight 5 binding on a property with logic in its setter does not work as expected when debug is attached

    My problem is pretty easy to reproduce.
    I created a project from scratch with a view model.
    As you can see in the setter of "Age" property I have a simple logic.
        public class MainViewModel : INotifyPropertyChanged
                public event PropertyChangedEventHandler PropertyChanged;
                private int age;
                public int Age
                    get
                        return age;
                    set
                        /*Age has to be over 18* - a simple condition in the setter*/
                        age = value;
                        if(age <= 18)
                            age = 18;
                        OnPropertyChanged("Age");
                public MainViewModel(int age)
                    this.Age = age;
                private void OnPropertyChanged(string propertyName)
                    if (this.PropertyChanged != null)
                        PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    In the MainPage.xaml 
         <Grid x:Name="LayoutRoot" Background="White">
                <TextBox 
                    Text="{Binding Path=Age, Mode=TwoWay}" 
                    HorizontalAlignment="Left"
                    Width="100"
                    Height="25"/>
                <TextBlock
                    Text="{Binding Path=Age, Mode=OneWay}"
                    HorizontalAlignment="Right"
                    Width="100"
                    Height="25"/>
            </Grid>
    And MainPage.xaml.cs I simply instantiate the view model and set it as a DataContext.
        public partial class MainPage : UserControl
            private MainViewModel mvm;
            public MainPage()
                InitializeComponent();
                mvm = new MainViewModel(20);
                this.DataContext = mvm;
    I expect that this code will limit set the Age to 18 if the value entered in the TextBox is lower than 18.
    Scenario: Insert into TextBox the value "5" and press tab (for the binding the take effect, TextBox needs to lose the focus)
    Case 1: Debugger is attached =>
    TextBox value will be "5" and TextBlock value will be "18" as expected. - WRONG
    Case 2: Debugger is NOT attached => 
    TextBox value will be "18" and TextBlock value will be "18" - CORRECT
    It seems that when debugger is attached the binding does not work as expected on the object that triggered the update of the property value. This happens only if the property to which we are binding has some logic into the setter or getter.
    Has something changed in SL5 and logic in setters is not allowed anymore?
    Configuration:
    VisualStudio 2010 SP1
    SL 5 Tools 5.1.30214.0
    SL5 sdk 5.0.61118.0
    IE 10
    Thanks!                                       

    Inputting the value and changing it straight away is relatively rare.
    Very few people are now using Silverlight because it's kind of deprecated...
    This is why nobody has reported this.
    I certainly never noticed this problem and I have a number of live Silverlight systems out there.
    Some of which are huge.
    If you want a "fix":
    private void OnPropertyChanged(string propertyName)
    if (this.PropertyChanged != null)
    //PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    Storyboard sb = new Storyboard();
    sb.Duration = new Duration(new TimeSpan(0, 0, 0, 0, 100));
    sb.Completed += delegate
    PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    sb.Begin();
    The fact this works is interesting because (I think ) it means the textbox can't be updated at the point the propertychanged is raised.
    Please don't forget to upvote posts which you like and mark those which answer your question.
    My latest Technet article - Dynamic XAML

  • Events in SubVi not working as expected

    Hi, I am reposting this question as my previous one didn't resulted in any satisfactory conclusion.
    I have attached my Vi's which are not working as expected. If I remove ONE subVi and its associated 3 controls and two indicators, the other one works just fine, but when I add two SUB Vis, it goes messy. I am trying to learn this way, I am sure it can be done many other ways, but please help me finding out the problem doing it this way as in my final MainVi, I would like to use 8 such sub Vis. Thanks.
    Solved!
    Go to Solution.
    Attachments:
    Main.vi ‏11 KB
    SubVi.vi ‏12 KB
    SubVi_2.vi ‏15 KB

    Your main problem is DATA FLOW.  A loop cannot iterate until EVERYTHING in it has completed.  So, as you have it, you have to have both event structures execture before you can go back to look for the next event.  So if you insist on having these subVIs, they need to be in seperate loops.
    BTW, you can get away with a single subVI.  Go into the VI properties and make it reentrant (preallocated clone).  Then each call of your subVI will have its own memory space.  A lot easier to maintain that way.
    And I know you said you didn't want alternatives, but here's how you can do it all with a single event structure in your main loop.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Main_MODTR.vi ‏10 KB

  • AFS ARUN Size Substitution Not Working As Expected

    Hi All,
    I need help with this. If any one of you have worked with AFS ARUN size substitution, kindly provide me with some details on how can I set it up. I am specially interested in setting up size substitution with two-dimensional grids.
    I have setup some examples but it does not work as expected.
    Here is a small example:
    Say I have a size 28/30, 28/32 .........29/30....
    What I want to achieve is that during ARUN if there is a shortage of stock in 28/30 then the remaining requirement qty should be confirmed from size 28/32.
    with my setup after 28/30 it goes into looking for stock in 29/30, which is what I do not want.
    Any inputs will be really appreciated.
    Thanks!!

    srdfrn wrote:
    Hi YOS,
    I tried importing a PCX image into CVI 2010 and then sizing the image to the control and didn't see the behavior you have been describing.  Would you mind posting an example (alongside an image file) that demonstrates this?
    Also, one thing I noticed is that PCX images appear to be quite dated.  Could upgrading them to a JPEG or PNG format be an option for you?
    Thanks,
    Stephanie R.
    National Instruments
    Stephanie, thanks for the reply.
    I am very sorry to state that I made a mistake.
    VAL_SIZE_TO_IMAGE indeed works.
    What fails to work is VAL_SIZE_TO_PICTURE. (Second option in Fit Mode attribute in control editing panel)
    I tried with JPEG and it's the same.
    I am attaching an example.(Load_Image.c & ONEP_3Trow_POS1.JPG)
    A panel with two picture rings.
    - SW_1 remains at the intended size and the loaded picture is not clear.
    - SW_2 will fit to picture size and looks OK.
    Appreciate your support,
    YOSsi Seter
    Attachments:
    Load_Image.c ‏2 KB
    ONEP_3Trow_POS1.JPG ‏4 KB

Maybe you are looking for

  • Schedule Background Job :  Remove delivery Block in Sales order

    Hi Gurus, I have a requirement to select all sales orders as per a condition and remove delivery block at VA02-> Go to -> Header -> Status For that I have to write a program which will be run only in background and i have to schedule background job f

  • Convert a PC external drive to Mac Book format

    I purchased an external hard drive and it needs to be reformatted for my MacBook Pro - how do I do this?  I just got my MacBook and I'm converting from a PC.

  • Optical Audio Problems

    Hi guys, I'm having a little trouble getting my Mac mini to play audio via optical out through my Sony HT-IS100 home theatre system. Below is my correspondence with Sony UK so far listing the problem and current connections. Their reply indicates tha

  • Is there any anti virus application/software that i can download for ipad2?

    do i need to download/buy an anti virus protection for my ipad 2? if so,, any suggestions? tried looking for avg but it doesnt have a scanner all they have is net protection for adult websites (kinda sorta like that). thanks

  • How to get MAC address from IP address in LAN

    Hi all, How to get MAC address from IP address in LAN (windows or any OS), I would have all IP addresses of my LAN, so I would like to know all MAC address. Code examples are highly appreciated. Thanks & Regards, abel...